Class ClaimsProviderMappings
java.lang.Object
swiss.trustbroker.federation.xmlconfig.ClaimsProviderMappings
- All Implemented Interfaces:
Serializable
List of CPs mappings for an RP.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionClaimsProviderMappings(Boolean enabled, String definition, List<ClaimsProvider> claimsProviderList) Creates a newClaimsProviderMappingsinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanList of CP mappings.Define a CLaimsProviderMappings.xml definition/profileAllow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setupinthashCode()voidsetClaimsProviderList(List<ClaimsProvider> claimsProviderList) List of CP mappings.voidsetDefinition(String definition) Define a CLaimsProviderMappings.xml definition/profilevoidsetEnabled(Boolean enabled) Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setuptoString()
-
Constructor Details
-
ClaimsProviderMappings
public ClaimsProviderMappings() -
ClaimsProviderMappings
public ClaimsProviderMappings(Boolean enabled, String definition, List<ClaimsProvider> claimsProviderList) Creates a newClaimsProviderMappingsinstance.- Parameters:
enabled- Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setupdefinition- Define a CLaimsProviderMappings.xml definition/profileclaimsProviderList- List of CP mappings.- Since:
- 1.9.0, 1.10.0
-
-
Method Details
-
builder
-
getEnabled
Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setup- Since:
- 1.9.0
-
getDefinition
Define a CLaimsProviderMappings.xml definition/profile- Since:
- 1.10.0
-
getClaimsProviderList
List of CP mappings. -
setEnabled
Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setup- Since:
- 1.9.0
-
setDefinition
Define a CLaimsProviderMappings.xml definition/profile- Since:
- 1.10.0
-
setClaimsProviderList
List of CP mappings. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-