Uses of Interface
com.helger.security.authentication.result.IAuthIdentification
-
Packages that use IAuthIdentification Package Description com.helger.security.authentication.result -
-
Uses of IAuthIdentification in com.helger.security.authentication.result
Classes in com.helger.security.authentication.result that implement IAuthIdentification Modifier and Type Class Description classAuthIdentificationDefault implementation of theIAuthIdentificationinterface.Methods in com.helger.security.authentication.result that return IAuthIdentification Modifier and Type Method Description IAuthIdentificationAuthToken. getIdentification()IAuthIdentificationIAuthToken. getIdentification()Methods in com.helger.security.authentication.result with parameters of type IAuthIdentification Modifier and Type Method Description static IAuthTokenAuthTokenRegistry. createToken(IAuthIdentification aIdentification, int nExpirationSeconds)Constructors in com.helger.security.authentication.result with parameters of type IAuthIdentification Constructor Description AuthToken(IAuthIdentification aIdentification, int nExpirationSeconds)
-