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, entityId, 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, getEntityId, getIdentityURL, getKeyProvider, getMetaDataProvider, getServerEnvironment, getTrust, importFrom, isSupportsSignature, removeAdditionalOption, setCanonicalizationMethod, setEntityId, setIdentityURL, setKeyProvider, setMetaDataProvider, setServerEnvironment, setSupportsSignature, setTrust
protected EncryptionType encryption
protected String roleGenerator
protected String attributeManager
protected Boolean encrypt
protected String hostedURI
public EncryptionType getEncryption()
EncryptionType
public void setEncryption(EncryptionType value)
value
- allowed object is EncryptionType
public String getRoleGenerator()
TomcatRoleGenerator
.String
public boolean hasRoleGenerator()
Returns true if the role generator was set.
public void setRoleGenerator(String value)
value
- allowed object is String
public String getAttributeManager()
TomcatAttributeManager
.String
public boolean hasAttributeManager()
Returns true if the attribute manager was set.
public void setAttributeManager(String value)
value
- allowed object is String
public boolean isEncrypt()
Boolean
public void setEncrypt(Boolean value)
value
- allowed object is Boolean
public String getHostedURI()
String
public void setHostedURI(String hostedURI)
value
- allowed object is String
public void importFrom(IDPType other)
IDPType
other
- public void setStrictPostBinding(boolean strictPostBinding)
value
- allowed object is Boolean
public boolean isStrictPostBinding()
Boolean
public boolean isSSLClientAuthentication()
public void setSSLClientAuthentication(boolean sslClientAuthentication)
sslClientAuthentication
- public void setIdentityParticipantStack(String identityParticipantStack)
IdentityParticipantStack
subclass.value
- allowed object is String
Copyright © 2021 JBoss by Red Hat. All rights reserved.