Uses of Interface
com.helger.security.authentication.credentials.IAuthCredentials
-
Packages that use IAuthCredentials Package Description com.helger.security.authentication.credentials com.helger.security.authentication.credentials.usernamepw com.helger.security.authentication.result -
-
Uses of IAuthCredentials in com.helger.security.authentication.credentials
Methods in com.helger.security.authentication.credentials with parameters of type IAuthCredentials Modifier and Type Method Description static IAuthSubjectAuthCredentialToSubjectResolverManager. getSubjectFromCredentials(IAuthCredentials aCredentials)Resolve theIAuthSubjectfrom the specified credentials.IAuthSubjectIAuthCredentialToSubjectResolverSPI. getSubjectFromCredentials(IAuthCredentials aCredentials)This method is only called ifIAuthCredentialToSubjectResolverSPI.supportsCredentials(IAuthCredentials)returnedtrue.booleanIAuthCredentialToSubjectResolverSPI. supportsCredentials(IAuthCredentials aCredentials)Check if this class can handle the passed credential implementation.booleanIAuthCredentialValidatorSPI. supportsCredentials(IAuthCredentials aCredentials)Check if this implementation supports the passed credentials.static ICredentialValidationResultAuthCredentialValidatorManager. validateCredentials(IAuthCredentials aCredentials)ICredentialValidationResultIAuthCredentialValidatorSPI. validateCredentials(IAuthCredentials aCredentials)Validate the specified credentials. -
Uses of IAuthCredentials in com.helger.security.authentication.credentials.usernamepw
Subinterfaces of IAuthCredentials in com.helger.security.authentication.credentials.usernamepw Modifier and Type Interface Description interfaceIUserNamePasswordCredentialsThis interface represents username and password credentials passed from a login page.Classes in com.helger.security.authentication.credentials.usernamepw that implement IAuthCredentials Modifier and Type Class Description classUserNamePasswordCredentialsDefault implementation of theIUserNamePasswordCredentialsinterface. -
Uses of IAuthCredentials in com.helger.security.authentication.result
Methods in com.helger.security.authentication.result with parameters of type IAuthCredentials Modifier and Type Method Description static AuthIdentificationResultAuthIdentificationManager. validateLoginCredentialsAndCreateToken(IAuthCredentials aCredentials)Validate the login credentials, try to resolve the subject and create a token upon success.
-