Package swiss.trustbroker.config.dto
Class SamlNamespace
java.lang.Object
swiss.trustbroker.config.dto.SamlNamespace
- All Implemented Interfaces:
Serializable
SAML namespace mapping.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSamlNamespace(String namespace, String prefix) Creates a newSamlNamespaceinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSAML namespace.Optional prefix added if the namespace is removed.inthashCode()voidsetNamespace(String namespace) SAML namespace.voidOptional prefix added if the namespace is removed.toString()
-
Constructor Details
-
SamlNamespace
public SamlNamespace() -
SamlNamespace
Creates a newSamlNamespaceinstance.- Parameters:
namespace- SAML namespace. Removed when matching.prefix- Optional prefix added if the namespace is removed.
-
-
Method Details
-
builder
-
getNamespace
SAML namespace. Removed when matching. -
getPrefix
Optional prefix added if the namespace is removed. -
setNamespace
SAML namespace. Removed when matching. -
setPrefix
Optional prefix added if the namespace is removed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-