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 SummaryFields Modifier and Type Field Description protected Map<String,String>attributes
 - 
Constructor SummaryConstructors Constructor Description SamlRepresentationAttributes(Map<String,String> attributes)
 - 
Method SummaryAll 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- 
getCanonicalizationMethodpublic String getCanonicalizationMethod() 
 - 
getSignatureAlgorithmpublic String getSignatureAlgorithm() 
 - 
getNameIDFormatpublic String getNameIDFormat() 
 - 
getIncludeAuthnStatementpublic String getIncludeAuthnStatement() 
 - 
getForceNameIDFormatpublic String getForceNameIDFormat() 
 - 
getAllowEcpFlowpublic String getAllowEcpFlow() 
 - 
getSamlArtifactBindingpublic String getSamlArtifactBinding() 
 - 
getSamlServerSignaturepublic String getSamlServerSignature() 
 - 
getAddExtensionsElementWithKeyInfopublic String getAddExtensionsElementWithKeyInfo() 
 - 
getForcePostBindingpublic String getForcePostBinding() 
 - 
getClientSignaturepublic String getClientSignature() 
 
- 
 
-