Uses of Interface
org.astrogrid.samp.web.AuthResourceBundle.Content
Packages that use AuthResourceBundle.Content
-
Uses of AuthResourceBundle.Content in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that return AuthResourceBundle.ContentModifier and TypeMethodDescriptionstatic AuthResourceBundle.Content
AuthResourceBundle.getAuthContent
(ResourceBundle bundle) Returns a Content object based on a bundle which has the keys that AuthResourceBundle is supposed to have.Methods in org.astrogrid.samp.web with parameters of type AuthResourceBundle.ContentModifier and TypeMethodDescriptionCredentialPresenter.createPresentation
(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) Returns an object which contains user-directed credential messages, given available information from the registration request.WebCredentialPresenter.createPresentation
(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) Constructors in org.astrogrid.samp.web with parameters of type AuthResourceBundle.ContentModifierConstructorDescriptionprotected
Constructs a bundle based on a Content implementation.