Uses of Interface
com.helger.security.authentication.result.IAuthToken
-
Packages that use IAuthToken Package Description com.helger.security.authentication.result -
-
Uses of IAuthToken in com.helger.security.authentication.result
Classes in com.helger.security.authentication.result that implement IAuthToken Modifier and Type Class Description classAuthTokenDefault implementation of theIAuthTokeninterface.Methods in com.helger.security.authentication.result that return IAuthToken Modifier and Type Method Description static IAuthTokenAuthTokenRegistry. createToken(IAuthIdentification aIdentification, int nExpirationSeconds)IAuthTokenAuthIdentificationResult. getAuthToken()static IAuthTokenAuthTokenRegistry. getValidToken(String sTokenID)static IAuthTokenAuthTokenRegistry. validateTokenAndUpdateLastAccess(String sTokenID)Methods in com.helger.security.authentication.result that return types with arguments of type IAuthToken Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<IAuthToken>AuthTokenRegistry. getAllTokensOfSubject(IAuthSubject aSubject)Get all tokens of the specified auth subject.Methods in com.helger.security.authentication.result with parameters of type IAuthToken Modifier and Type Method Description static AuthIdentificationResultAuthIdentificationResult. createSuccess(IAuthToken aAuthToken)Factory method for success authentication.Constructors in com.helger.security.authentication.result with parameters of type IAuthToken Constructor Description AuthIdentificationResult(IAuthToken aAuthToken, ICredentialValidationResult aCredentialValidationFailure)Constructor.
-