|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.config.ProviderType
org.picketlink.identity.federation.core.config.IDPType
public class IDPType
IDP Type defines the configuration for an Identity Provider.
Java class for IDPType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Field Summary | |
---|---|
protected String |
attributeManager
|
protected Boolean |
encrypt
|
protected EncryptionType |
encryption
|
protected String |
roleGenerator
|
Fields inherited from class org.picketlink.identity.federation.core.config.ProviderType |
---|
additionalOptions, canonicalizationMethod, identityURL, keyProvider, metaDataProvider, serverEnvironment, supportsSignature, trust |
Constructor Summary | |
---|---|
IDPType()
|
Method Summary | |
---|---|
String |
getAttributeManager()
Gets the value of the attributeManager property. |
EncryptionType |
getEncryption()
Gets the value of the encryption property. |
String |
getIdentityParticipantStack()
Gets the value of the identityParticipantStack property. |
String |
getRoleGenerator()
Gets the value of the roleGenerator property. |
void |
importFrom(IDPType other)
Import values from another IDPType |
boolean |
isEncrypt()
Gets the value of the encrypt 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 |
setIdentityParticipantStack(String identityParticipantStack)
Sets the value of the identityParticipantStack property. |
void |
setRoleGenerator(String value)
Sets the value of the roleGenerator property. |
void |
setStrictPostBinding(boolean strictPostBinding)
Sets the value of the strictPostBinding property. |
Methods inherited from class org.picketlink.identity.federation.core.config.ProviderType |
---|
addAdditionalOption, getAdditionalOption, getCanonicalizationMethod, getIdentityURL, getKeyProvider, getMetaDataProvider, getServerEnvironment, getTrust, importFrom, isSupportsSignature, removeAdditionalOption, setCanonicalizationMethod, setIdentityURL, setKeyProvider, setMetaDataProvider, setServerEnvironment, setSupportsSignature, setTrust |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EncryptionType encryption
protected String roleGenerator
protected String attributeManager
protected Boolean encrypt
Constructor Detail |
---|
public IDPType()
Method Detail |
---|
public EncryptionType getEncryption()
EncryptionType
public void setEncryption(EncryptionType value)
value
- allowed object is EncryptionType
public String getRoleGenerator()
String
public void setRoleGenerator(String value)
value
- allowed object is String
public String getAttributeManager()
String
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 void importFrom(IDPType other)
IDPType
other
- public void setStrictPostBinding(boolean strictPostBinding)
value
- allowed object is Boolean
public boolean isStrictPostBinding()
Boolean
public void setIdentityParticipantStack(String identityParticipantStack)
IdentityParticipantStack
subclass.
value
- allowed object is String
public String getIdentityParticipantStack()
String
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |