public final class HttpBasedServiceCredentialsToPrincipalResolver extends Object implements CredentialsToPrincipalResolver
| Constructor and Description |
|---|
HttpBasedServiceCredentialsToPrincipalResolver() |
| Modifier and Type | Method and Description |
|---|---|
Principal |
resolvePrincipal(Credentials credentials)
Method to return a simple Service Principal with the identifier set to be
the callback url.
|
boolean |
supports(Credentials credentials)
Determine if a credentials type is supported by this resolver.
|
public HttpBasedServiceCredentialsToPrincipalResolver()
public Principal resolvePrincipal(Credentials credentials)
resolvePrincipal in interface CredentialsToPrincipalResolvercredentials - from which to resolve Principalpublic boolean supports(Credentials credentials)
CredentialsToPrincipalResolversupports in interface CredentialsToPrincipalResolvercredentials - The credentials to check if we support.Copyright © 2004-2012 Jasig. All Rights Reserved.