Uses of Interface
com.helger.security.authentication.subject.IAuthSubject
-
Packages that use IAuthSubject Package Description com.helger.security.authentication.credentials com.helger.security.authentication.result com.helger.security.authentication.subject -
-
Uses of IAuthSubject in com.helger.security.authentication.credentials
Methods in com.helger.security.authentication.credentials that return IAuthSubject 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. -
Uses of IAuthSubject in com.helger.security.authentication.result
Methods in com.helger.security.authentication.result that return IAuthSubject Modifier and Type Method Description IAuthSubjectAuthIdentification. getAuthSubject()IAuthSubjectIAuthIdentification. getAuthSubject()Methods in com.helger.security.authentication.result with parameters of type IAuthSubject 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.default booleanIAuthIdentification. hasAuthSubject(IAuthSubject aSubject)static intAuthTokenRegistry. removeAllTokensOfSubject(IAuthSubject aSubject)Remove all tokens of the given subjectConstructors in com.helger.security.authentication.result with parameters of type IAuthSubject Constructor Description AuthIdentification(IAuthSubject aSubject) -
Uses of IAuthSubject in com.helger.security.authentication.subject
Classes in com.helger.security.authentication.subject that implement IAuthSubject Modifier and Type Class Description classAuthSubjectDefault dummy implementation of theIAuthSubjectinterface that has no logic at all.
-