Uses of Interface
org.astrogrid.samp.web.AuthResourceBundle.Content
-
Packages that use AuthResourceBundle.Content Package Description org.astrogrid.samp.web Classes relating to the SAMP Web Profile. -
-
Uses of AuthResourceBundle.Content in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement AuthResourceBundle.Content Modifier and Type Class Description private static class
AuthResourceBundle_de.GermanContent
Content implementation for English.(package private) static class
AuthResourceBundle_en.EnglishContent
Content implementation for English.private static class
AuthResourceBundle_fr.FrenchContent
Content implementation for French.private static class
AuthResourceBundle_it.ItalianContent
Content implementation for Italian.Methods in org.astrogrid.samp.web that return AuthResourceBundle.Content Modifier and Type Method Description static AuthResourceBundle.Content
AuthResourceBundle. getAuthContent(java.util.ResourceBundle bundle)
Returns a Content object based on a bundle which has the keys that AuthResourceBundle is supposed to have.private static AuthResourceBundle.Content
AuthResourceBundle. getDefaultContent()
Returns a default Content implementation.Methods in org.astrogrid.samp.web with parameters of type AuthResourceBundle.Content Modifier and Type Method Description private java.lang.Object[]
HubSwingClientAuthorizer. getMessageLines(HttpServer.Request request, java.lang.String appName, AuthResourceBundle.Content authContent)
Returns a "message" object describing the applying client to the user.private static java.lang.String
AuthResourceBundle. toPropertyString(AuthResourceBundle.Content content, java.lang.reflect.Method method)
Returns a string suitable for entry into a .properties file for a given Method of a given Content object.Constructors in org.astrogrid.samp.web with parameters of type AuthResourceBundle.Content Constructor Description AuthResourceBundle(AuthResourceBundle.Content content)
Constructs a bundle based on a Content implementation.
-