Modifier and Type | Method and Description |
---|---|
ClaimCollection |
SamlUserSubject.getClaims() |
Constructor and Description |
---|
SamlUserSubject(String user,
List<String> roles,
ClaimCollection claims) |
Modifier and Type | Method and Description |
---|---|
protected ClaimCollection |
SecurityContextProviderImpl.getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
SecurityContextProviderImpl.doGetSecurityContext(Message message,
Subject subject,
ClaimCollection claims) |
protected Subject |
SecurityContextProviderImpl.getSubject(Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper,
ClaimCollection claims) |
protected String |
SecurityContextProviderImpl.getSubjectPrincipalName(Subject subject,
ClaimCollection claims) |
Modifier and Type | Method and Description |
---|---|
ClaimCollection |
ClaimsSecurityContext.getClaims() |
Modifier and Type | Method and Description |
---|---|
ClaimCollection |
SAMLSecurityContext.getClaims() |
Constructor and Description |
---|
SAMLSecurityContext(Principal principal,
Set<Principal> roles,
ClaimCollection claims) |
Modifier and Type | Method and Description |
---|---|
static ClaimCollection |
SAMLUtils.getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
Extract Claims from a SAML Assertion
|
Modifier and Type | Method and Description |
---|---|
static Set<Principal> |
SAMLUtils.parseRolesFromClaims(ClaimCollection claims,
String name,
String nameFormat)
Extract roles from the given Claims
|
Modifier and Type | Method and Description |
---|---|
ProcessedClaimCollection |
ClaimsManager.retrieveClaimValues(ClaimCollection primaryClaims,
ClaimCollection secondaryClaims,
ClaimsParameters parameters) |
ProcessedClaimCollection |
ClaimsHandler.retrieveClaimValues(ClaimCollection claims,
ClaimsParameters parameters) |
ProcessedClaimCollection |
ClaimsManager.retrieveClaimValues(ClaimCollection claims,
ClaimsParameters parameters) |
ProcessedClaimCollection |
LdapClaimsHandler.retrieveClaimValues(ClaimCollection claims,
ClaimsParameters parameters) |
ProcessedClaimCollection |
LdapGroupClaimsHandler.retrieveClaimValues(ClaimCollection claims,
ClaimsParameters parameters) |
ProcessedClaimCollection |
StaticClaimsHandler.retrieveClaimValues(ClaimCollection claims,
ClaimsParameters parameters) |
ProcessedClaimCollection |
StaticEndpointClaimsHandler.retrieveClaimValues(ClaimCollection claims,
ClaimsParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOperation.checkClaimsSupport(ClaimCollection requestedClaims) |
Modifier and Type | Method and Description |
---|---|
ClaimCollection |
TokenRequirements.getPrimaryClaims() |
ClaimCollection |
TokenRequirements.getSecondaryClaims() |
Modifier and Type | Method and Description |
---|---|
void |
TokenRequirements.setPrimaryClaims(ClaimCollection primaryClaims) |
void |
TokenRequirements.setSecondaryClaims(ClaimCollection secondaryClaims) |
Modifier and Type | Method and Description |
---|---|
ClaimCollection |
TokenProviderParameters.getRequestedPrimaryClaims() |
ClaimCollection |
TokenProviderParameters.getRequestedSecondaryClaims() |
Modifier and Type | Method and Description |
---|---|
void |
TokenProviderParameters.setRequestedPrimaryClaims(ClaimCollection requestedPrimaryClaims) |
void |
TokenProviderParameters.setRequestedSecondaryClaims(ClaimCollection requestedSecondaryClaims) |
Apache CXF