@Provider @PreMatching @Priority(value=3000) public class AuthenticatedSubjectAliasFilter extends Object implements javax.ws.rs.container.ContainerRequestFilter
| Constructor and Description |
|---|
AuthenticatedSubjectAliasFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext) |
protected Collection<String> |
getAliases()
Get the aliases for the authenticated subject.
|
protected String |
getAuthenticatedSubjectPath(javax.ws.rs.core.SecurityContext securityContext)
Get the path of the resource the represents the authenticated subject.
|
public AuthenticatedSubjectAliasFilter()
public void filter(javax.ws.rs.container.ContainerRequestContext requestContext) throws IOException
filter in interface javax.ws.rs.container.ContainerRequestFilterIOExceptionprotected String getAuthenticatedSubjectPath(javax.ws.rs.core.SecurityContext securityContext) throws com.unboundid.scim2.common.exceptions.ScimException
securityContext - The request's security context.com.unboundid.scim2.common.exceptions.ScimException - if an error occurs while resolving the path.protected Collection<String> getAliases()
Copyright © 2015–2018 Ping Identity Corporation. All rights reserved.