Class SAMLProperty
- java.lang.Object
-
- com.sun.identity.console.federation.SAMLProperty
-
- All Implemented Interfaces:
Serializable
public class SAMLProperty extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMON_SETTINGSstatic StringMETHOD_ARTIFACTstatic StringMETHOD_POSTstatic StringMETHOD_SOAPstatic StringROLE_DESTINATIONstatic StringROLE_SOURCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindMethod()getBindMethod.StringgetRole()getRole.booleanisMandatoryAttribute(String name)check if attribute name is in manadatory
-
-
-
Field Detail
-
COMMON_SETTINGS
public static final String COMMON_SETTINGS
- See Also:
- Constant Field Values
-
ROLE_DESTINATION
public static final String ROLE_DESTINATION
- See Also:
- Constant Field Values
-
ROLE_SOURCE
public static final String ROLE_SOURCE
- See Also:
- Constant Field Values
-
METHOD_ARTIFACT
public static final String METHOD_ARTIFACT
- See Also:
- Constant Field Values
-
METHOD_POST
public static final String METHOD_POST
- See Also:
- Constant Field Values
-
METHOD_SOAP
public static final String METHOD_SOAP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRole
public String getRole()
getRole.- Returns:
- role
-
getBindMethod
public String getBindMethod()
getBindMethod.- Returns:
- bindMethod
-
isMandatoryAttribute
public boolean isMandatoryAttribute(String name)
check if attribute name is in manadatory- Parameters:
name- attribute name- Returns:
- true if attribute name is in mandatory. false if attribute name is not in mandatory.
-
-