@Immutable public final class AuthCredentialToSubjectResolverManager extends Object
IAuthCredentials interface does not state
anything about the subject by default.| Modifier and Type | Method and Description |
|---|---|
static List<IAuthCredentialToSubjectResolverSPI> |
getAllAuthCredentialToSubjectResolvers() |
static IAuthSubject |
getSubjectFromCredentials(IAuthCredentials aCredentials)
Resolve the
IAuthSubject from the specified credentials. |
@Nonnull @ReturnsMutableCopy public static List<IAuthCredentialToSubjectResolverSPI> getAllAuthCredentialToSubjectResolvers()
@Nullable public static IAuthSubject getSubjectFromCredentials(@Nonnull IAuthCredentials aCredentials)
IAuthSubject from the specified credentials.aCredentials - The credentials to be transformed.null if no subject matches the specified credentials.Copyright © 2014–2015 Philip Helger. All rights reserved.