Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


oracle.security.xmlsec.saml2.ac
Class AuthenticatorSequenceGroup

java.lang.Object
  extended by oracle.security.xmlsec.saml2.ac.AuthenticatorSequenceGroup


public class AuthenticatorSequenceGroup
extends java.lang.Object

Represents a sequence of authenticators.


Constructor Summary
AuthenticatorSequenceGroup()
          Creates a new AuthenticatorSequenceGroup instance.

 

Method Summary
 void addExtension(Extension ext)
          Adds a chema extension.
 boolean equals(java.lang.Object obj)
          Returns the authenticator sequence group.
 AsymmetricDecryption getAsymmetricDecryption()
          Returns the Asymmetric Decryption authenticator.
 AsymmetricKeyAgreement getAsymmetricKeyAgreement()
          Returns the Asymmetric Key Agreement authenticator.
 java.util.List getAuthenticators()
          Returns the authenticator sequence group.
 DigSig getDigSig()
          Returns the Digital Signature authenticator.
 java.util.List getExtensions()
          Returns the schema extensions.
 IPAddress getIPAddress()
          Returns the IP Address authenticator.
 Password getPassword()
          Returns the Pasword authenticator.
 PreviousSession getPreviousSession()
          Returns the Previous Session authenticator.
 RestrictedPassword getRestrictedPassword()
          Returns the Restricted Password authenticator.
 ResumeSession getResumeSession()
          Returns the Resume Session authenticator.
 SharedSecretChallengeResponse getSharedSecretChallengeResponse()
          Returns the Shared Secret Challenge Response authenticator.
 SharedSecretDynamicPlaintext getSharedSecretDynamicPlaintext()
          Returns the Shared Secret Dynamic Plaintext authenticator.
 SubscriberLineNumber getSubscriberLineNumber()
          Returns the Subscriber Line Number authenticator.
 UserSuffix getUserSuffix()
          Returns the User Suffix authenticator.
 ZeroKnowledge getZeroKnowledge()
          Returns the Zero Knowledge authenticator.
 void setAsymmetricDecryption(AsymmetricDecryption ad)
          Sets the Asymmetric Decryption authenticator.
 void setAsymmetricKeyAgreement(AsymmetricKeyAgreement aka)
          Sets the Asymmetric Key Agreement authenticator.
 void setDigSig(DigSig ds)
          Sets the Digital Signature authenticator.
 void setIPAddress(IPAddress ip)
          Sets the IP Address authenticator.
 void setPassword(Password pwd)
          Sets the Password authenticator.
 void setPreviousSession(PreviousSession ps)
          Sets the Previous Session authenticator.
 void setRestrictedPassword(RestrictedPassword rpwd)
          Sets the Restricted Password authenticator.
 void setResumeSession(ResumeSession rs)
          Sets the Resume Session authenticator.
 void setSharedSecretChallengeResponse(SharedSecretChallengeResponse sscr)
          Sets the Shared Secret Challenge Response authenticator.
 void setSharedSecretDynamicPlaintext(SharedSecretDynamicPlaintext ssdp)
          Sets the Shared Secret Dynamic Plaintext authenticator.
 void setSubscriberLineNumber(SubscriberLineNumber sln)
          Sets the Subscriber Line Number authenticator.
 void setUserSuffix(UserSuffix us)
          Sets the User Suffix authenticator.
 void setZeroKnowledge(ZeroKnowledge zk)
          Sets the Zero Knowledge authenticator.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AuthenticatorSequenceGroup

public AuthenticatorSequenceGroup()
Creates a new AuthenticatorSequenceGroup instance.

Method Detail

setPreviousSession

public void setPreviousSession(PreviousSession ps)
Sets the Previous Session authenticator.
Parameters:
ps - The PreviousSession.

getPreviousSession

public PreviousSession getPreviousSession()
Returns the Previous Session authenticator.
Returns:
The PreviousSession or null if not present.

setResumeSession

public void setResumeSession(ResumeSession rs)
Sets the Resume Session authenticator.
Parameters:
rs - The ResumeSession object.

getResumeSession

public ResumeSession getResumeSession()
Returns the Resume Session authenticator.
Returns:
The ResumeSession object or null if not present.

setDigSig

public void setDigSig(DigSig ds)
Sets the Digital Signature authenticator.
Parameters:
ds - The DigSig object.

getDigSig

public DigSig getDigSig()
Returns the Digital Signature authenticator.
Returns:
The DigSig object or null if not present.

setPassword

public void setPassword(Password pwd)
Sets the Password authenticator.
Parameters:
pwd - The Password object.

getPassword

public Password getPassword()
Returns the Pasword authenticator.
Returns:
The Password object or null if not present.

setRestrictedPassword

public void setRestrictedPassword(RestrictedPassword rpwd)
Sets the Restricted Password authenticator.
Parameters:
rpwd - The RestrictedPassword object.

getRestrictedPassword

public RestrictedPassword getRestrictedPassword()
Returns the Restricted Password authenticator.
Returns:
The RestrictedPassword object or null if not present.

setZeroKnowledge

public void setZeroKnowledge(ZeroKnowledge zk)
Sets the Zero Knowledge authenticator.
Parameters:
zk - The ZeroKnowledge object.

getZeroKnowledge

public ZeroKnowledge getZeroKnowledge()
Returns the Zero Knowledge authenticator.
Returns:
The ZeroKnowledge object or null if not present.

setSharedSecretChallengeResponse

public void setSharedSecretChallengeResponse(SharedSecretChallengeResponse sscr)
Sets the Shared Secret Challenge Response authenticator.
Parameters:
sscr - The SharedSecretChallengeResponse object.

getSharedSecretChallengeResponse

public SharedSecretChallengeResponse getSharedSecretChallengeResponse()
Returns the Shared Secret Challenge Response authenticator.
Returns:
The SharedSecretChallengeResponse object or null if not present.

setSharedSecretDynamicPlaintext

public void setSharedSecretDynamicPlaintext(SharedSecretDynamicPlaintext ssdp)
Sets the Shared Secret Dynamic Plaintext authenticator.
Parameters:
ssdp - The SharedSecretDynamicPlaintext object.

getSharedSecretDynamicPlaintext

public SharedSecretDynamicPlaintext getSharedSecretDynamicPlaintext()
Returns the Shared Secret Dynamic Plaintext authenticator.
Returns:
The SharedSecretDynamicPlaintext object or null if not present.

setIPAddress

public void setIPAddress(IPAddress ip)
Sets the IP Address authenticator.
Parameters:
ip - The IPAddress object.

getIPAddress

public IPAddress getIPAddress()
Returns the IP Address authenticator.
Returns:
The IPAddress object or null if not present.

setAsymmetricDecryption

public void setAsymmetricDecryption(AsymmetricDecryption ad)
Sets the Asymmetric Decryption authenticator.
Parameters:
ad - The AsymmetricDecryption object.

getAsymmetricDecryption

public AsymmetricDecryption getAsymmetricDecryption()
Returns the Asymmetric Decryption authenticator.
Returns:
The AsymmetricDecryption object or null if not present.

setAsymmetricKeyAgreement

public void setAsymmetricKeyAgreement(AsymmetricKeyAgreement aka)
Sets the Asymmetric Key Agreement authenticator.
Parameters:
aka - The AsymmetricKeyAgreement object.

getAsymmetricKeyAgreement

public AsymmetricKeyAgreement getAsymmetricKeyAgreement()
Returns the Asymmetric Key Agreement authenticator.
Returns:
The AsymmetricKeyAgreement object or null if not present.

setSubscriberLineNumber

public void setSubscriberLineNumber(SubscriberLineNumber sln)
Sets the Subscriber Line Number authenticator.
Parameters:
sln - The SubscriberLineNumber object.

getSubscriberLineNumber

public SubscriberLineNumber getSubscriberLineNumber()
Returns the Subscriber Line Number authenticator.
Returns:
The SubscriberLineNumber object or null if not present.

setUserSuffix

public void setUserSuffix(UserSuffix us)
Sets the User Suffix authenticator.
Parameters:
us - The UserSuffix object.

getUserSuffix

public UserSuffix getUserSuffix()
Returns the User Suffix authenticator.
Returns:
The UserSuffix object or null if not present.

addExtension

public void addExtension(Extension ext)
Adds a chema extension.
Parameters:
ext - The Extension objects.

getExtensions

public java.util.List getExtensions()
Returns the schema extensions.
Returns:
The List of Extension objects or null if not present.

getAuthenticators

public java.util.List getAuthenticators()
Returns the authenticator sequence group.
Returns:
The List of Authenticator objects or null if not present.

equals

public boolean equals(java.lang.Object obj)
Returns the authenticator sequence group.
Overrides:
equals in class java.lang.Object
Returns:
The List of Authenticator objects or null if not present.

Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


Copyright © 2005, 2009, Oracle. All rights reserved.