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 String
getAddExtensionsElementWithKeyInfo()
String
getAllowEcpFlow()
protected Map<String,String>
getAttributes()
String
getCanonicalizationMethod()
String
getClientSignature()
String
getForceNameIDFormat()
String
getForcePostBinding()
String
getIncludeAuthnStatement()
String
getNameIDFormat()
String
getSamlArtifactBinding()
String
getSamlServerSignature()
String
getSignatureAlgorithm()
-
-
-
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()
-
-