public interface CredentialPresenter
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | CredentialPresenter.PresentationAggregates credential information to be presented to the user. | 
| Modifier and Type | Method and Description | 
|---|---|
| CredentialPresenter.Presentation | 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. | 
CredentialPresenter.Presentation createPresentation(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) throws SampException
request - HTTP request associated with the registration requestsecurityMap - information explicitly supplied by the aspiring
                      client in support of its application to registerauthContent - content of AuthResourceBundle bundleSampException - if credentials should definitely not be acceptedCopyright © 2008–2024. All rights reserved.