public class SamlRepresentationAttributes extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attributes |
Constructor and Description |
---|
SamlRepresentationAttributes(Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
String |
getAddExtensionsElementWithKeyInfo() |
protected Map<String,String> |
getAttributes() |
String |
getCanonicalizationMethod() |
String |
getClientSignature() |
String |
getForceNameIDFormat() |
String |
getForcePostBinding() |
String |
getIncludeAuthnStatement() |
String |
getNameIDFormat() |
String |
getSamlArtifactBinding() |
String |
getSamlServerSignature() |
String |
getSignatureAlgorithm() |
public String getCanonicalizationMethod()
public String getSignatureAlgorithm()
public String getNameIDFormat()
public String getIncludeAuthnStatement()
public String getForceNameIDFormat()
public String getSamlArtifactBinding()
public String getSamlServerSignature()
public String getAddExtensionsElementWithKeyInfo()
public String getForcePostBinding()
public String getClientSignature()
Copyright © 2021 JBoss by Red Hat. All rights reserved.