Package org.keycloak.protocol.saml
Class SamlRepresentationAttributes
- java.lang.Object
-
- org.keycloak.protocol.saml.SamlRepresentationAttributes
-
public class SamlRepresentationAttributes extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>attributes
-
Constructor Summary
Constructors Constructor Description SamlRepresentationAttributes(Map<String,String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddExtensionsElementWithKeyInfo()StringgetAllowEcpFlow()protected Map<String,String>getAttributes()StringgetCanonicalizationMethod()StringgetClientSignature()StringgetForceNameIDFormat()StringgetForcePostBinding()StringgetIncludeAuthnStatement()StringgetNameIDFormat()StringgetSamlArtifactBinding()StringgetSamlServerSignature()StringgetSignatureAlgorithm()
-
-
-
Method Detail
-
getCanonicalizationMethod
public String getCanonicalizationMethod()
-
getSignatureAlgorithm
public String getSignatureAlgorithm()
-
getNameIDFormat
public String getNameIDFormat()
-
getIncludeAuthnStatement
public String getIncludeAuthnStatement()
-
getForceNameIDFormat
public String getForceNameIDFormat()
-
getAllowEcpFlow
public String getAllowEcpFlow()
-
getSamlArtifactBinding
public String getSamlArtifactBinding()
-
getSamlServerSignature
public String getSamlServerSignature()
-
getAddExtensionsElementWithKeyInfo
public String getAddExtensionsElementWithKeyInfo()
-
getForcePostBinding
public String getForcePostBinding()
-
getClientSignature
public String getClientSignature()
-
-