Package org.apereo.cas.scim.v2
Class ScimV2PrincipalAttributeMapper
- java.lang.Object
-
- org.apereo.cas.scim.v2.ScimV2PrincipalAttributeMapper
-
public class ScimV2PrincipalAttributeMapper extends java.lang.ObjectThis isScimV2PrincipalAttributeMapper.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description ScimV2PrincipalAttributeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPrincipalAttributeValue(org.apereo.cas.authentication.principal.Principal p, java.lang.String attributeName)Gets principal attribute value.voidmap(com.unboundid.scim2.common.types.UserResource user, org.apereo.cas.authentication.principal.Principal p, org.apereo.cas.authentication.Credential credential)Map.
-
-
-
Method Detail
-
getPrincipalAttributeValue
public java.lang.String getPrincipalAttributeValue(org.apereo.cas.authentication.principal.Principal p, java.lang.String attributeName)Gets principal attribute value.- Parameters:
p- the principalattributeName- the attribute name- Returns:
- the principal attribute value
-
map
public void map(com.unboundid.scim2.common.types.UserResource user, org.apereo.cas.authentication.principal.Principal p, org.apereo.cas.authentication.Credential credential)Map.- Parameters:
user- the userp- the pcredential- the credential
-
-