Interface CpResponseData
public interface CpResponseData
Response from CP.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getAttributes(String name) getProperties(String name) getProperties(String name, String source) getProperty(String name) getProperty(String name, String source) getUserDetail(String name) getUserDetail(String name, String source) getUserDetails(String name) getUserDetails(String name, String source)
-
Method Details
-
getIssuerId
String getIssuerId() -
getNameId
String getNameId() -
getHomeName
String getHomeName() -
getClientName
String getClientName() -
getAttributeMap
Map<AttributeName,List<String>> getAttributeMap()- Returns:
- never null, but may be unmodifiable.
-
getAttributes
- Parameters:
name-- Returns:
- may return null to distinguish between empty list of values and undefined.
-
getAttribute
-
getUserDetailMap
Map<AttributeName,List<String>> getUserDetailMap()- Returns:
- never null, but may be unmodifiable.
-
getUserDetails
- Parameters:
name-- Returns:
- may return null to distinguish between empty list of values and undefined.
-
getUserDetail
-
getUserDetails
-
getUserDetail
-
getPropertyMap
Map<AttributeName,List<String>> getPropertyMap()- Returns:
- never null, but may be unmodifiable.
-
getProperties
- Parameters:
name-- Returns:
- may return null to distinguish between empty list of values and undefined.
-
getProperty
-
getProperties
-
getProperty
-