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 classAuthResourceBundle_de.GermanContentContent implementation for English.(package private) static classAuthResourceBundle_en.EnglishContentContent implementation for English.private static classAuthResourceBundle_fr.FrenchContentContent implementation for French.private static classAuthResourceBundle_it.ItalianContentContent implementation for Italian.Methods in org.astrogrid.samp.web that return AuthResourceBundle.Content Modifier and Type Method Description static AuthResourceBundle.ContentAuthResourceBundle. 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.ContentAuthResourceBundle. getDefaultContent()Returns a default Content implementation.Methods in org.astrogrid.samp.web with parameters of type AuthResourceBundle.Content Modifier and Type Method Description CredentialPresenter.PresentationCredentialPresenter. createPresentation(HttpServer.Request request, java.util.Map securityMap, AuthResourceBundle.Content authContent)Returns an object which contains user-directed credential messages, given available information from the registration request.CredentialPresenter.PresentationWebCredentialPresenter. createPresentation(HttpServer.Request request, java.util.Map securityMap, AuthResourceBundle.Content authContent)private java.lang.Object[]HubSwingClientAuthorizer. getMessageLines(HttpServer.Request request, java.util.Map securityMap, AuthResourceBundle.Content authContent)Returns a "message" object describing the applying client to the user.private static java.lang.StringAuthResourceBundle. 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.
-