public class IDPType extends ProviderType
<complexType name="IDPType">
<complexContent>
<extension base="{urn:picketlink:identity-federation:config:1.0}ProviderType">
<sequence>
<element name="Encryption" type="{urn:picketlink:identity-federation:config:1.0}EncryptionType"
minOccurs="0"/>
</sequence>
<attribute name="AssertionValidity" type="{http://www.w3.org/2001/XMLSchema}long" default="300000" />
<attribute name="RoleGenerator" type="{http://www.w3.org/2001/XMLSchema}string"
default="org.picketlink.identity.federation.bindings.tomcat.TomcatRoleGenerator" />
<attribute name="AttributeManager" type="{http://www.w3.org/2001/XMLSchema}string"
default="org.picketlink.identity.federation.bindings.tomcat.TomcatAttributeManager" />
<attribute name="Encrypt" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeManager |
protected Boolean |
encrypt |
protected EncryptionType |
encryption |
protected String |
hostedURI |
protected String |
roleGenerator |
additionalOptions, canonicalizationMethod, identityURL, keyProvider, metaDataProvider, serverEnvironment, supportsSignature, trust| Constructor and Description |
|---|
IDPType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeManager()
Gets the value of the attributeManager property.
|
EncryptionType |
getEncryption()
Gets the value of the encryption property.
|
String |
getHostedURI()
Gets the value of the encrypt property.
|
String |
getIdentityParticipantStack()
Gets the value of the identityParticipantStack property.
|
String |
getRoleGenerator()
Gets the value of the roleGenerator property.
|
boolean |
hasAttributeManager()
Returns true if the attribute manager was set.
|
boolean |
hasRoleGenerator()
Returns true if the role generator was set.
|
void |
importFrom(IDPType other)
Import values from another
IDPType |
boolean |
isEncrypt()
Gets the value of the encrypt property.
|
boolean |
isSSLClientAuthentication()
Gets the value of the supportsSSL property.
|
boolean |
isStrictPostBinding()
Gets the value of the strictPostBinding property.
|
void |
setAttributeManager(String value)
Sets the value of the attributeManager property.
|
void |
setEncrypt(Boolean value)
Sets the value of the encrypt property.
|
void |
setEncryption(EncryptionType value)
Sets the value of the encryption property.
|
void |
setHostedURI(String hostedURI)
Sets the value of the hostedURI property.
|
void |
setIdentityParticipantStack(String identityParticipantStack)
Sets the value of the identityParticipantStack property.
|
void |
setRoleGenerator(String value)
Sets the value of the roleGenerator property.
|
void |
setSSLClientAuthentication(boolean sslClientAuthentication)
Sets the value of the supportsSSL property.
|
void |
setStrictPostBinding(boolean strictPostBinding)
Sets the value of the strictPostBinding property.
|
addAdditionalOption, getAdditionalOption, getCanonicalizationMethod, getIdentityURL, getKeyProvider, getMetaDataProvider, getServerEnvironment, getTrust, importFrom, isSupportsSignature, removeAdditionalOption, setCanonicalizationMethod, setIdentityURL, setKeyProvider, setMetaDataProvider, setServerEnvironment, setSupportsSignature, setTrustprotected EncryptionType encryption
protected String roleGenerator
protected String attributeManager
protected Boolean encrypt
protected String hostedURI
public EncryptionType getEncryption()
EncryptionTypepublic void setEncryption(EncryptionType value)
value - allowed object is EncryptionTypepublic String getRoleGenerator()
TomcatRoleGenerator.Stringpublic boolean hasRoleGenerator()
Returns true if the role generator was set.
public void setRoleGenerator(String value)
value - allowed object is Stringpublic String getAttributeManager()
TomcatAttributeManager.Stringpublic boolean hasAttributeManager()
Returns true if the attribute manager was set.
public void setAttributeManager(String value)
value - allowed object is Stringpublic boolean isEncrypt()
Booleanpublic void setEncrypt(Boolean value)
value - allowed object is Booleanpublic String getHostedURI()
Stringpublic void setHostedURI(String hostedURI)
value - allowed object is Stringpublic void importFrom(IDPType other)
IDPTypeother - public void setStrictPostBinding(boolean strictPostBinding)
value - allowed object is Booleanpublic boolean isStrictPostBinding()
Booleanpublic boolean isSSLClientAuthentication()
public void setSSLClientAuthentication(boolean sslClientAuthentication)
sslClientAuthentication - public void setIdentityParticipantStack(String identityParticipantStack)
IdentityParticipantStack subclass.value - allowed object is StringCopyright © 2018 JBoss by Red Hat. All rights reserved.