|
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.saml.v2.ac.classes.ExtensionListType
org.picketlink.identity.federation.saml.v2.ac.classes.TechnicalProtectionBaseType
public class TechnicalProtectionBaseType
Java class for TechnicalProtectionBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalProtectionBaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}PrivateKeyProtection"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}SecretKeyProtection"/> </choice> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected PrivateKeyProtectionType |
privateKeyProtection
|
protected SecretKeyProtectionType |
secretKeyProtection
|
Fields inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType |
---|
content |
Constructor Summary | |
---|---|
TechnicalProtectionBaseType()
|
Method Summary | |
---|---|
PrivateKeyProtectionType |
getPrivateKeyProtection()
Gets the value of the privateKeyProtection property. |
SecretKeyProtectionType |
getSecretKeyProtection()
Gets the value of the secretKeyProtection property. |
void |
setPrivateKeyProtection(PrivateKeyProtectionType value)
Sets the value of the privateKeyProtection property. |
void |
setSecretKeyProtection(SecretKeyProtectionType value)
Sets the value of the secretKeyProtection property. |
Methods inherited from class org.picketlink.identity.federation.saml.v2.ac.classes.ExtensionListType |
---|
add, getContent, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PrivateKeyProtectionType privateKeyProtection
protected SecretKeyProtectionType secretKeyProtection
Constructor Detail |
---|
public TechnicalProtectionBaseType()
Method Detail |
---|
public PrivateKeyProtectionType getPrivateKeyProtection()
PrivateKeyProtectionType
public void setPrivateKeyProtection(PrivateKeyProtectionType value)
value
- allowed object is PrivateKeyProtectionType
public SecretKeyProtectionType getSecretKeyProtection()
SecretKeyProtectionType
public void setSecretKeyProtection(SecretKeyProtectionType value)
value
- allowed object is SecretKeyProtectionType
|
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 |