Uses of Class
net.shibboleth.idp.authn.context.UsernamePasswordContext
Packages that use UsernamePasswordContext
Package
Description
APIs related to the authentication of a subject.
Context classes for managing authentication-related state.
-
Uses of UsernamePasswordContext in net.shibboleth.idp.authn
Fields in net.shibboleth.idp.authn with type parameters of type UsernamePasswordContextModifier and TypeFieldDescriptionAbstractUsernamePasswordCredentialValidator.usernamePasswordContextLookupStrategyLookup strategy for UP context.Methods in net.shibboleth.idp.authn with parameters of type UsernamePasswordContextModifier and TypeMethodDescriptionprotected abstract SubjectAbstractUsernamePasswordCredentialValidator.doValidate(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, UsernamePasswordContext usernamePasswordContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected SubjectAbstractUsernamePasswordCredentialValidator.populateSubject(Subject subject, UsernamePasswordContext usernamePasswordContext) Decorate the subject with "standard" content from the validation and clean up as instructed.Method parameters in net.shibboleth.idp.authn with type arguments of type UsernamePasswordContextModifier and TypeMethodDescriptionvoidAbstractUsernamePasswordCredentialValidator.setUsernamePasswordContextLookupStrategy(Function<AuthenticationContext, UsernamePasswordContext> strategy) Set the lookup strategy to locate theUsernamePasswordContext. -
Uses of UsernamePasswordContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return UsernamePasswordContextModifier and TypeMethodDescriptionUsernamePasswordContext.setPassword(String pass) Sets the password associated with the username.UsernamePasswordContext.setTransformedUsername(String name) Sets the transformed username.UsernamePasswordContext.setUsername(String name) Sets the username and resets the transformed version to be identical.