|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.bindings.config.ProviderType
org.jboss.identity.federation.bindings.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:jboss:identity-federation:config:1.0}ProviderType">
<sequence>
<element name="Encryption" type="{urn:jboss: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.jboss.identity.federation.bindings.tomcat.TomcatRoleGenerator" />
<attribute name="Encrypt" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
assertionValidity
|
protected java.lang.Boolean |
encrypt
|
protected EncryptionType |
encryption
|
protected java.lang.String |
roleGenerator
|
| Fields inherited from class org.jboss.identity.federation.bindings.config.ProviderType |
|---|
identityURL, keyProvider, serverEnvironment, trust |
| Constructor Summary | |
|---|---|
IDPType()
|
|
| Method Summary | |
|---|---|
long |
getAssertionValidity()
Gets the value of the assertionValidity property. |
EncryptionType |
getEncryption()
Gets the value of the encryption property. |
java.lang.String |
getRoleGenerator()
Gets the value of the roleGenerator property. |
boolean |
isEncrypt()
Gets the value of the encrypt property. |
void |
setAssertionValidity(java.lang.Long value)
Sets the value of the assertionValidity property. |
void |
setEncrypt(java.lang.Boolean value)
Sets the value of the encrypt property. |
void |
setEncryption(EncryptionType value)
Sets the value of the encryption property. |
void |
setRoleGenerator(java.lang.String value)
Sets the value of the roleGenerator property. |
| Methods inherited from class org.jboss.identity.federation.bindings.config.ProviderType |
|---|
getIdentityURL, getKeyProvider, getServerEnvironment, getTrust, setIdentityURL, setKeyProvider, setServerEnvironment, 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 java.lang.Long assertionValidity
protected java.lang.String roleGenerator
protected java.lang.Boolean encrypt
| Constructor Detail |
|---|
public IDPType()
| Method Detail |
|---|
public EncryptionType getEncryption()
EncryptionTypepublic void setEncryption(EncryptionType value)
value - allowed object is
EncryptionTypepublic long getAssertionValidity()
Longpublic void setAssertionValidity(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getRoleGenerator()
Stringpublic void setRoleGenerator(java.lang.String value)
value - allowed object is
Stringpublic boolean isEncrypt()
Booleanpublic void setEncrypt(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||