Skip navigation links

Oracle Security Developer Tools Liberty 1.1 Java API Reference
11g (11.1.1)

E10670-02

A B C D E F G H I K L M N O P R S T U V W Z


A

ACElement - Class in oracle.security.xmlsec.liberty.v11.ac
Abstract class that represents elements in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
ACElement(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.ACElement
Creates a new ACElement object that wraps the given Element object.
ACElement(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.ACElement
Creates a new ACElement object that wraps the given Element object.
ACElement(Document, String, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.ACElement
Creates a new ACElement instance in the given document with the given namespace, local name, and authentication context.
addAssertion(Assertion) - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponse
Adds a Liberty Assertion element to this response.
addAuthnContextClassRef(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Adds an AuthnContextClassRef element to the AuthnContext child element in this AuthnRequest element.
addAuthnContextStatementRef(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Adds an AuthnContextStatementRef element to the AuthnContext child element in this AuthnRequest element.
addDigSig(DigSig) - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Adds the Dig-sig element to this Authenticator element.
addFederationTerminationNotificationProtocolProfile(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Adds an FederationTerminationNotificationProtocolProfile element to this structure.
addGetComplete(String) - Method in class oracle.security.xmlsec.liberty.v11.IDPList
Adds a GetComplete element to this IDPList.
addHTTP(HTTP) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Adds the HTTP element to this AuthenticatorTransportProtocol element.
addIDPEntry(IDPEntry) - Method in class oracle.security.xmlsec.liberty.v11.IDPEntries
Adds an IDPEntry element to this IDPEntries.
addIPSec(IPSec) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Adds the IPSec element to this AuthenticatorTransportProtocol element.
addMobileNetwork(MobileNetwork) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Adds the MobileNetwork element to this AuthenticatorTransportProtocol element.
addPassword(Password) - Method in class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Adds the Password element to this PricipalAuthenticationMechanism element.
addPreviousSession(PreviousSession) - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Adds the PreviousSession element to this Authenticator element.
addRegisterNameIdentifierProtocolProfile(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Adds an RegisterNameIdentifierProtocolProfile element to this structure.
addSharedSecretChallengeResponse(SharedSecretChallengeResponse) - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Adds the SharedSecretChallengeResponse element to this Authenticator element.
addSignature(String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Adds a dsig:Signature to this assertion, replacing any existing signature.
addSignature(String, String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Adds a dsig:Signature to this assertion, replacing any existing signature.
addSignature(String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Adds a dsig:Signature to this request, replacing any existing signature.
addSignature(String, String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Adds a dsig:Signature to this request, replacing any existing signature.
addSignature(String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Adds a dsig:Signature to this response, replacing any existing signature.
addSignature(String, String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Adds a dsig:Signature to this response, replacing any existing signature.
addSignature(String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Adds a dsig:Signature to this request, replacing any existing signature.
addSignature(String, String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Adds a dsig:Signature to this request, replacing any existing signature.
addSingleLogoutProtocolProfile(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Adds an SingleLogoutProtocolProfile element to this structure.
addSingleSignOnProtocolProfile(String) - Method in class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Adds an SingleSignOnProtocolProfile element to this structure.
addSmartcard(Smartcard) - Method in class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Adds the Smartcard element to this PricipalAuthenticationMechanism element.
addSSL(SSL) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Adds the SSL element to this AuthenticatorTransportProtocol element.
addToken(Token) - Method in class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Adds the Token element to this PricipalAuthenticationMechanism element.
addWTLS(WTLS) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Adds the WTLS element to this AuthenticatorTransportProtocol element.
addZeroKnowledge(ZeroKnowledge) - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Adds the ZeroKnowledge element to this Authenticator element.
ANONYMITY - Static variable in class oracle.security.xmlsec.liberty.v11.ac.Identification
The enumerated "anonymity" value for the Identification element's nym attribute.
AUTHENTICATION_CONTEXT_CLASS_KEY - Static variable in class oracle.security.xmlsec.liberty.v11.LibertyInitializer
The key used when mapping concrete subclasses of AuthenticationContextStatement to Liberty authentication context class URIs in the default URIManager.
authenticationContextClass - Variable in class oracle.security.xmlsec.liberty.v11.ac.ACElement
The authentication context class to which this element belongs.
AuthenticationContextException - Exception in oracle.security.xmlsec.liberty.v11.ac
Exception class used to report Liberty authentication context parsing and generation errors
AuthenticationContextException(String) - Constructor for exception oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextException
Throws an AuthenticationContextException with the given message
AuthenticationContextStatement - Class in oracle.security.xmlsec.liberty.v11.ac
An abstract class representing the top-level AuthenticationContextStatement element of the Liberty authentication context schema.
AuthenticationContextStatement(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new AuthenticationContextStatement object that wraps the given org.w3c.dom.Element object.
AuthenticationContextStatement(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new AuthenticationContextStatement object that wraps the given Element object.
AuthenticationContextStatement(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new AuthenticationContextStatement element in the given document.
AuthenticationContextStatement(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new AuthenticationContextStatement element in the given document.
AuthenticationContextURI - Interface in oracle.security.xmlsec.liberty.v11.ac
Defines URI string constants for authentication context classes
AuthenticationMethod - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the AuthenticationMethod element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
AuthenticationMethod(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Creates a new AuthenticationMethod object that wraps the given Element object.
AuthenticationMethod(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Creates a new AuthenticationMethod object that wraps the given Element object.
AuthenticationMethod(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Creates a new AuthenticationMethod instance in the given document with the given authentication context.
Authenticator - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Authenticator element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Authenticator(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Creates a new Authenticator object that wraps the given Element object.
Authenticator(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Creates a new Authenticator object that wraps the given Element object.
Authenticator(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Creates a new Authenticator instance in the given document with the given authentication context.
AuthenticatorTransportProtocol - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the AuthenticatorTransportProtocol element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
AuthenticatorTransportProtocol(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Creates a new AuthenticatorTransportProtocol object that wraps the given Element object.
AuthenticatorTransportProtocol(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Creates a new AuthenticatorTransportProtocol object that wraps the given Element object.
AuthenticatorTransportProtocol(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Creates a new AuthenticatorTransportProtocol instance in the given document with the given authentication context.
AUTHN_CONTEXT_CLASS_REF - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
AuthnContextClassRef
AUTHN_CONTEXT_COMPARISON - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
AuthnContextComparison
AUTHN_CONTEXT_STATEMENT_REF - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
AuthnContextStatementRef
AuthnContext - Class in oracle.security.xmlsec.liberty.v11
This class implements the Liberty AuthnContext element which contains the authenticationn context that the identity provider used in the authentication event to yield the authentication statement in an AuthnResponse.
AuthnContext(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnContext
Creates a new AuthnContext instance from the given Element node.
AuthnContext(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnContext
Creates a new AuthnContext instance from the given Element node.
AuthnContext(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnContext
Creates a new AuthnContext instance within the specified XML Document.
AuthnRequest - Class in oracle.security.xmlsec.liberty.v11
This class represents the AuthnRequest element in the Liberty Single Sign-On and Federation protocol.
AuthnRequest(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequest
Creates a new AuthnRequest instance from the given Element node.
AuthnRequest(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequest
Creates a new AuthnRequest instance from the given Element node.
AuthnRequest(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequest
Creates a new AuthnRequest instance within the specified XML Document.
AuthnRequest(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequest
Creates a new AuthnRequest instance within the specified XML Document.
AuthnRequestEnvelope - Class in oracle.security.xmlsec.liberty.v11
The AuthnRequestEnvelope element in the Liberty Single Sign-On and Federation protocol.
AuthnRequestEnvelope(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Creates a new AuthnRequestEnvelope instance from the given Element node.
AuthnRequestEnvelope(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Creates a new AuthnRequestEnvelope instance from the given Element node.
AuthnRequestEnvelope(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Creates a new AuthnRequestEnvelope instance within the specified XML Document.
AuthnRequestEnvelope(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Creates a new AuthnRequestEnvelope instance within the specified XML Document.
AuthnResponse - Class in oracle.security.xmlsec.liberty.v11
This class represents the AuthnResponse element in the Liberty Single Sign-on and Federation protocol.
AuthnResponse(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponse
Creates a new AuthnResponse instance from the given Element node.
AuthnResponse(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponse
Creates a new AuthnResponse instance from the given Element node.
AuthnResponse(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponse
Creates a new AuthnResponse instance within the specified XML Document.
AuthnResponse(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponse
Creates a new AuthnResponse instance within the specified XML Document.
AuthnResponseEnvelope - Class in oracle.security.xmlsec.liberty.v11
The AuthnResponseEnvelope element in the Liberty Single Sign-On and Federation protocol.
AuthnResponseEnvelope(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Creates a new AuthnResponseEnvelope instance from the given Element node.
AuthnResponseEnvelope(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Creates a new AuthnResponseEnvelope instance from the given Element node.
AuthnResponseEnvelope(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Creates a new AuthnResponseEnvelope instance within the specified XML Document.
AuthnResponseEnvelope(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Creates a new AuthnResponseEnvelope instance within the specified XML Document.
AUTOMATIC - Static variable in class oracle.security.xmlsec.liberty.v11.ac.Generation
The enumerated "automatic" value for the Generation element's mechanism attribute.

B

BETTER - Static variable in class oracle.security.xmlsec.liberty.v11.AuthnRequest
The value "better" for the AuthnCotextComparison element indicating that the identity provider is asked to use a context better than any specified in the AuthnContext.

C

createAuthenticationMethod() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new AuthenticationMethod element, but does not append it to any element.
createAuthenticator() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Authenticator element, but does not append it to any element.
createAuthenticatorTransportProtocol() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new AuthenticatorTransportProtocol element, but does not append it to any element.
createDeactivationCallCenter() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new DeactivationCallCenter element, but does not append it to any element.
createDigSig() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Dig-sig element, but does not append it to any element.
createGeneration(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Generation element, but does not append it to any element.
createGoverningAgreementRef(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new GoverningAgreementRef element, but does not append it to any element.
createGoverningAgreements() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new GoverningAgreements element, but does not append it to any element.
createHTTP() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new HTTP element, but does not append it to any element.
createIdentification(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Identification element, but does not append it to any element.
createIPSec() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new IPSec element, but does not append it to any element.
createKeyActivation() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new KeyActivation element, but does not append it to any element.
createKeyStorage(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new KeyStorage element, but does not append it to any element.
createLength(int) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Length element, but does not append it to any element.
createMobileAuthCard() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new MobileAuthCard element, but does not append it to any element.
createMobileDevice() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new MobileDevice element, but does not append it to any element.
createMobileNetwork() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new MobileNetwork element, but does not append it to any element.
createOperationalProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new OperationalProtection element, but does not append it to any element.
createPassword() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Password element, but does not append it to any element.
createPhysicalVerification(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new PhysicalVerification element, but does not append it to any element.
createPreviousSession() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new PreviousSession element, but does not append it to any element.
createPrincipalAuthenticationMechanism() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new PrincipalAuthenticationMechanism element, but does not append it to any element.
createPrivateKeyProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new PrivateKeyProtection element, but does not append it to any element.
createSecurityAudit() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new SecurityAudit element, but does not append it to any element.
createSharedKeyProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new SharedKeyProtection element, but does not append it to any element.
createSharedSecretChallengeResponse() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new SharedSecretChallengeResponse element, but does not append it to any element.
createSmartcard() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Smartcard element, but does not append it to any element.
createSSL() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new SSL element, but does not append it to any element.
createSwitchAudit() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new SwitchAudit element, but does not append it to any element.
createTechnicalProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new TechnicalProtection element, but does not append it to any element.
createTimeSyncToken(String, int, boolean) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new TimeSyncToken element, but does not append it to any element.
createToken() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new Token element, but does not append it to any element.
createWrittenConsent() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new WrittenConsent element, but does not append it to any element.
createWTLS() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new WTLS element, but does not append it to any element.
createZeroKnowledge() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Creates a new ZeroKnowledge element, but does not append it to any element.

D

DeactivationCallCenter - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the DeactivationCallCenter element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
DeactivationCallCenter(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.DeactivationCallCenter
Creates a new DeactivationCallCenter object that wraps the given Element object.
DeactivationCallCenter(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.DeactivationCallCenter
Creates a new DeactivationCallCenter object that wraps the given Element object.
DeactivationCallCenter(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.DeactivationCallCenter
Creates a new DeactivationCallCenter instance in the given document with the given authentication context.
DigSig - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Dig-sig element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
DigSig(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.DigSig
Creates a new Dig-sig object that wraps the given Element object.
DigSig(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.DigSig
Creates a new Dig-sig object that wraps the given Element object.
DigSig(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.DigSig
Creates a new Dig-sig instance in the given document with the given authentication context.

E

EXACT - Static variable in class oracle.security.xmlsec.liberty.v11.AuthnRequest
The value "exact" for the AuthnCotextComparison element indicating that the identity provider is asked to match at least one of context specified in the AuthnContext.

F

FALSE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
 
FEDERATE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
Federate (v1.1)
FederationTerminationNotification - Class in oracle.security.xmlsec.liberty.v11
This class represents the FederationTerminationNotification element in the Liberty Federation Termination Notification protocol.
FederationTerminationNotification(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Creates a new FederationTerminationNotification instance from the given Element node.
FederationTerminationNotification(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Creates a new FederationTerminationNotification instance from the given Element node.
FederationTerminationNotification(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Creates a new FederationTerminationNotification instance within the specified XML Document.
FederationTerminationNotification(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Creates a new FederationTerminationNotification instance within the specified XML Document.
FederationTerminationNotification(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Deprecated. No Replacement.
FORCE_AUTHN - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
ForceAuthn

G

Generation - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Generation element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Generation(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Generation
Creates a new Generation object that wraps the given Element object.
Generation(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Generation
Creates a new Generation object that wraps the given Element object.
Generation(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Generation
Creates a new Generation instance in the given document with the given authentication context.
Generation(Document, AuthenticationContextStatement, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Generation
Creates a new Generation instance in the given document with the given authentication context.
GenericClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing a generic Liberty authentication context class.
GenericClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Creates a new GenericClass object that wraps the given org.w3c.dom.Element object.
GenericClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Creates a new GenericClass object that wraps the given Element object.
GenericClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Creates a new GenericClass.
GenericClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Creates a new GenericClass.
getAssertionConsumerServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Returns the service provider's URL contained in the AssertionConsumerServiceURL child element of this AuthnRequestEnvelope.
getAssertionConsumerServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Returns the service provider's URL contained in the AssertionConsumerServiceURL child element of this AuthnRequestEnvelope.
getAssertionConsumerServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.SPDescriptor
Returns the service provider's assertion consuming URI specified in the AssertionConsumerServiceURL child element in this structure.
getAssertions() - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponse
Gets the list of Liberty authentication assertions contained in this response.
getAssociatedURI() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the associated Liberty URI for this authentication context class.
getAuthenticationContextClass() - Method in class oracle.security.xmlsec.liberty.v11.ac.ACElement
Returns this element's authentication context.
getAuthenticationContextStatement() - Method in class oracle.security.xmlsec.liberty.v11.AuthnContext
Returns the AuthenticationContextStatement element in this structure, or null if not specified.
getAuthenticationMethod() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the AuthenticationMethod element for this AuthenticationContextStatement, or null if none has been set.
getAuthenticator() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Returns the Authenticator element for this AuthenticationMethod, or null if none has been set.
getAuthenticatorTransportProtocol() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Returns the AuthenticatorTransportProtocol element for this AuthenticationMethod, or null if none has been set.
getAuthnContext() - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Gets the AuthnContext element contained in this element.
getAuthnContextClassRef() - Method in class oracle.security.xmlsec.liberty.v11.AuthnContext
Returns the URI included in the AuthnContextClassRef element in this structure, or null if not specified.
getAuthnContextClassRefs() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns a list of URI's for AuthnContextClassRef's contained in the AuthnContext child element in this structure.
getAuthnContextComparison() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns the value contained in the AuthnContextComparison child element of this AuthnRequest, or the default value "exact" if AuthnContextComparison child element is not specified.
getAuthnContextStatementRef() - Method in class oracle.security.xmlsec.liberty.v11.AuthnContext
Returns the URI included in the AuthnContextStatementRef element in this structure, or null if not specified.
getAuthnContextStatementRefs() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns a list of URI's for AuthnContextStatementRef's contained in the AuthnContext child element in this structure.
getAuthnRequest() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Gets the AuthnRequest element wrapped in this element.
getAuthnRequestsSigned() - Method in class oracle.security.xmlsec.liberty.v11.SPDescriptor
Return the boolen value specified in the AuthnRequestsSigned child element in this structure.
getAuthnResponse() - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Gets the AuthnResponse element wrapped in this element.
getChildElementPosition(String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
 
getChildElementPosition(String, String) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponse
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Returns the orderded set of the local names of the child elements specified in the schema for the XML element represented by the concrete subclass.
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Returns the orderded set of the local names of the child elements specified in the schema for the XML element represented by the concrete subclass.
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.LogoutResponse
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
 
getChildElementsLocalNames() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponse
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Returns the orderded set of the namespce URIs for the child elements specified in the schema for the XML element represented by the concrete subclass.
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Returns the orderded set of the namespce URIs for the child elements specified in the schema for the XML element represented by the concrete subclass.
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.LogoutResponse
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
 
getChildElementsNSURIs() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
 
getClassName() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the name of this authentication context class.
getCredentialLevel() - Method in class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
Returns the credentialLevel attribute for this PhysicalVerification element, or null if none has been set.
getDeactivationCallCenter() - Method in class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Returns the DeactivationCallCenter element for this OperationalProtection, or null if none has been set.
getDeviceInHand() - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Returns the deviceInHand attribute for this TimeSuncToken element, or null if none has been set.
getDeviceType() - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Returns the deviceType attribute for this TimeSuncToken element, or null if none has been set.
getDigSigs() - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Returns the Dig-sig elements contained in this Authenticator, or null if none has been set.
getFederate() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns the boolen value contained in the Federate child element of this AuthnRequest, or "false" by default if Force child is not specified.
getFederationTerminationNotificationProtocolProfiles() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns a list of URIs identifying the Federation Termination Notification Protocol Profiles supported by the provider as specified in the FederationTerminationNotificationProtocolProfile elements in this structure.
getFederationTerminationServiceReturnURL() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's federation termination service return URI specified in the FederationTerminationServiceReturnURL child element in this structure.
getFederationTerminationServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's federation termination service URI specified in the FederationTerminationServiceURL child element in this structure.
getForceAuthn() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns the boolen value contained in the ForceAuthn child element of this AuthnRequest, or "false" by default if Force child is not specified.
getGeneration() - Method in class oracle.security.xmlsec.liberty.v11.ac.Password
Returns the Generation element for this Password, or null if none has been set.
getGetCompletes() - Method in class oracle.security.xmlsec.liberty.v11.IDPList
Returns a List containing the URI's specified in the GetComplete elements present in this IDPList.
getGoverningAgreementRef() - Method in class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreements
Returns the GoverningAgreementRef element for this GoverningAgreements, or null if none has been set.
getGoverningAgreements() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the GoverningAgreements element for this AuthenticationContextStatement, or null if none has been set.
getHTTPs() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Returns the HTTP elements contained in this AuthenticatorTransportProtocol.
getID() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the ID attribute for this AuthenticationContextStatement element, or null if none has been set.
getId() - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Returns the value of the "id" attribute of this Liberty request element.
getId() - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Returns the value of the id attribute of this Liberty request element.
getId() - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Returns the value of the id attribute of this Liberty response element.
getId() - Method in class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Returns the value of the "id" attribute of this request element.
getIdentification() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the Identification element for this AuthenticationContextStatement, or null if none has been set.
getIDPEntries() - Method in class oracle.security.xmlsec.liberty.v11.IDPEntries
Returns a List containing the IDPEntry objects present in this IDPEntries.
getIDPEntries() - Method in class oracle.security.xmlsec.liberty.v11.IDPList
Gets the IDPEntries element contained in this element.
getIDPList() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Gets the IDPList element contained in this element.
getIDPProvidedNameIdentifier() - Method in class oracle.security.xmlsec.liberty.v11.LibSubject
Gets the IDPProvidedNameIdentifier element contained in this Subject element.
getIDPProvidedNameIdentifier() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Gets the IDPProvidedNameIdentifier element contained in this element.
getInResponseTo() - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Gets the string value in the InResponseTo attribute in this element.
getInstance(String, Element) - Static method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns an instance of the subclass of AuthenticationContextStatement that represents the authentication context class specified by the given URI.
getInstance(String, Element, String) - Static method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns an instance of the subclass of AuthenticationContextStatement that represents the authentication context class specified by the given URI.
getInstance(String, Document, String) - Static method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns an instance of the subclass of AuthenticationContextStatement that represents the authentication context class specified by the given URI.
getInstance(Element) - Static method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Instantiates a concrete LibRequestMessage subclass implementation to wrap the given Element.
getInstance(Element) - Static method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Instantiates a concrete LibResponseMessage subclass implementation to wrap the given Element.
getIPSecs() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Returns the IPSec elements contained in this AuthenticatorTransportProtocol.
getIsPassive() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns the boolen value contained in the IsPassive child element of this AuthnRequest, or "true" by default if IsPassive child is not specified.
getIsPassive() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Returns the boolen value contained in the IsPassive child element of this AuthnRequestEnvelope, or "true" by default if IsPassive child is not specified.
getKeyActivation() - Method in class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Returns the KeyActivation element for this PrivateKeyProtection, or null if none has been set.
getKeyInfo() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Gets the KeyInfo element contained in this element.
getKeyStorage() - Method in class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Returns the KeyStorage element for this PrivateKeyProtection, or null if none has been set.
getLength() - Method in class oracle.security.xmlsec.liberty.v11.ac.Password
Returns the Length element for this Password, or null if none has been set.
getLibAuthenticationStatements() - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Returns a List containing the LibAuthenticationStatement objects present in this LibAssertion structure.
getLoc() - Method in class oracle.security.xmlsec.liberty.v11.IDPEntry
Returns the URI contained in the Loc child element of this IDPEntry.
getMax() - Method in class oracle.security.xmlsec.liberty.v11.ac.Length
Returns the max attribute for this Length element, or null if none has been set.
getMechanism() - Method in class oracle.security.xmlsec.liberty.v11.ac.Generation
Returns the mechanism attribute for this Generation element, or null if none has been set.
getMedium() - Method in class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
Returns the medium attribute for this Generation element, or null if none has been set.
getMin() - Method in class oracle.security.xmlsec.liberty.v11.ac.Length
Returns the min attribute for this Length element, or null if none has been set.
getMobileAuthCard() - Method in class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Returns the MobileAuthCard element for this SharedKeyProtection, or null if none has been set.
getMobileDevice() - Method in class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Returns the MobileDevice element for this SharedKeyProtection, or null if none has been set.
getMobileNetworks() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Returns the MobileNetwork elements contained in this AuthenticatorTransportProtocol.
getNameIdentifier() - Method in class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Gets the smal:NameIdentifier element contained in this element.
getNameIdentifier() - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
Gets the smal:NameIdentifier element contained in this element.
getNym() - Method in class oracle.security.xmlsec.liberty.v11.ac.Identification
Returns the nym attribute for this Identification element, or null if none has been set.
getOldProvidedNameIdentifier() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Gets the OldProvidedNameIdentifier element contained in this element.
getOperationalProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the OperationalProtection element for this AuthenticationContextStatement, or null if none has been set.
getPassword() - Method in class oracle.security.xmlsec.liberty.v11.ac.KeyActivation
Returns the Password element for this KeyActivation, or null if none has been set.
getPasswords() - Method in class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Returns the Password elements contained in this this PrincipalAuthenticationMechanism.
getPhysicalVerification() - Method in class oracle.security.xmlsec.liberty.v11.ac.Identification
Returns the PhysicalVerification element for this Identification, or null if none has been set.
getPreviousSessions() - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Returns the PreviousSession elementscontained in this Authenticator, or null if none has been set.
getPrincipalAuthenticationMechanism() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Returns the PrincipalAuthemticationMethod element for this AuthenticationMethod, or null if none has been set.
getPrivateKeyProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Returns the PrivateKeyProtection element for this TechnicalProtection, or null if none has been set.
getProtocolProfile() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns the URI for the protocol profile specified in the ProtocolProfile child element of this AuthnRequest, or the default "http://projectliberty.org/profiles/brws-art" if ProtocolProfile element is not specified.
getProviderID() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Returns the requestor's URI based ideitifier contained in the ProviderID child element of this AuthnRequestEnvelope.
getProviderID() - Method in class oracle.security.xmlsec.liberty.v11.IDPEntry
Returns the identity provider's URI-based ideitifier contained in the ProviderID child element of this IDPEntry.
getProviderID() - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Returns the provider's URI based ideitifier contained in the ProviderID child element of this LibRequestMessage.
getProviderID() - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Returns the provider's URI based ideitifier contained in the ProviderID child element of this LibResponseMessage.
getProviderID() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's URI-based ideitifier contained in the ProviderID child element in this structure.
getProviderName() - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Returns the identity provider's human-readable name contained in the ProviderName child element of this AuthnRequestEnvelope.
getProviderName() - Method in class oracle.security.xmlsec.liberty.v11.IDPEntry
Returns the identity provider's human-readable name contained in the ProviderName child element of this IDPEntry.
getReauthenticateOnOrAfter() - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Gets the time specified in the ReauthenticationOnOrAfter attribute in this element.
getReauthenticationOnOrAfter() - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Deprecated. use getReauthenticateOnOrAfter
getRef() - Method in class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreementRef
Returns the ref attribute for this Generation element, or null if none has been set.
getRegisterNameIdentifierProtocolProfiles() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns a list of URIs identifying the Single Logout Protocol Profiles supported by the provider as specified in the RegisterNameIdentifierProtocolProfile elements in this structure.
getRegisterNameIdentifierServiceReturnURL() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's register name identifier service return URI specified in the RegisterNameIdentifierServiceReturnURL child element in this structure.
getRegisterNameIdentifierServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's register name identifier service URI specified in the RegisterNameIdentifierServiceURL child element in this structure.
getRelayState() - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Returns the value contained in the RelayState child element of this request element, or null if no RelayState element set.
getRelayState() - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Returns the value contained in the RelayState child element of this rsponse element, or null if no RelayState element set.
getSecurityAudit() - Method in class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Returns the SecurityAudit element for this SecurityAudit, or null if none has been set.
getSeedLength() - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Returns the seedLength attribute for this TimeSyncToken element, or null if none has been set.
getSessionIndex() - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Gets the string value in the SessionIndex attribute in this element.
getSessionIndex() - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
Return the value contained in the SessionIndex child element of this LogoutRequest.
getSharedKeyProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Returns the SharedKeyProtection element for this TechnicalProtection, or null if none has been set.
getSharedSecretChallengeResponses() - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Returns the SharedSecretChallengeResponse elements contained this Authenticator.
getSingleLogoutProtocolProfiles() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns a list of URIs identifying the Single Logout Protocol Profiles supported by the provider as specified in the SingleLogoutProtocolProfile elements in this structure.
getSingleLogoutServiceReturnURL() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's single logout service return URI specified in the SingleLogoutServiceReturnURL child element in this structure.
getSingleLogoutServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's single logout service URI specified in the SingleLogoutServiceURL child element in this structure.
getSingleSignOnProtocolProfiles() - Method in class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Returns a list of URIs identifying the Single Sign-On Protocol Profiles supported by the provider as specified in the SingleSignOnProtocolProfile elements in this structure.
getSingleSignOnServiceURL() - Method in class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Returns the identity provider's URI for accepting single sign-on and federation authentication requests, as specified in the SingleSignOnServiceURL child element in this structure.
getSmartcards() - Method in class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Returns the Smartcard elements contained in this this PrincipalAuthenticationMechanism.
getSoapEndpoint() - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Returns the provider's SOAP endpoint URI contained in the SoapEndpoint child element in this structure.
getSPProvidedNameIdentifier() - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Gets the SPProvidedNameIdentifier element contained in this element.
getSSLs() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Returns the SSL elements contained in this AuthenticatorTransportProtocol.
getStatus() - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Gets the status of this response.
getSubject() - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Gets the Subject of this Liberty AuthenticationStatement element.
getSwitchAudit() - Method in class oracle.security.xmlsec.liberty.v11.ac.SecurityAudit
Returns the SwitchAudit element for this SecurityAudit, or null if none has been set.
getTechnicalProtection() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns the TechnicalProtection element for this AuthenticationContextStatement, or null if none has been set.
getTimeSyncToken() - Method in class oracle.security.xmlsec.liberty.v11.ac.Token
Returns the TimeSyncToken element for this Token, or null if none has been set.
getTokens() - Method in class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Returns the Token elements contained in this PrincipalAuthenticationMechanism.
getWrittenConsent() - Method in class oracle.security.xmlsec.liberty.v11.ac.Identification
Returns the WrittenConsent element for this Identification, or null if none has been set.
getWTLSs() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticatorTransportProtocol
Returns the WTLS elements contained in this AuthenticatorTransportProtocol.
getZeroKnowledges() - Method in class oracle.security.xmlsec.liberty.v11.ac.Authenticator
Returns the ZeroKnowledge elements contained in this Authenticator, or null if none has been set.
GoverningAgreementRef - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Generation element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
GoverningAgreementRef(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreementRef
Creates a new GoverningAgreementRef object that wraps the given Element object.
GoverningAgreementRef(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreementRef
Creates a new GoverningAgreementRef object that wraps the given Element object.
GoverningAgreementRef(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreementRef
Creates a new GoverningAgreementRef instance in the given document with the given authentication context.
GoverningAgreementRef(Document, AuthenticationContextStatement, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreementRef
Creates a new GoverningAgreementRef instance in the given document with the given authentication context.
GoverningAgreements - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Generation element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
GoverningAgreements(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreements
Creates a new GoverningAgreements object that wraps the given Element object.
GoverningAgreements(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreements
Creates a new GoverningAgreements object that wraps the given Element object.
GoverningAgreements(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreements
Creates a new GoverningAgreements instance in the given document with the given authentication context.

H

HARDWARE - Static variable in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
The enumerated "hardware" value for the TimeSyncToken element's deviceType attribute.
HTTP - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the HTTP element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
HTTP(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.HTTP
Creates a new HTTP object that wraps the given Element object.
HTTP(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.HTTP
Creates a new HTTP object that wraps the given Element object.
HTTP(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.HTTP
Creates a new HTTP instance in the given document with the given authentication context.

I

Identification - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Identification element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Identification(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Identification
Creates a new Identification object that wraps the given Element object.
Identification(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Identification
Creates a new Identification object that wraps the given Element object.
Identification(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Identification
Creates a new Identification instance in the given document with the given authentication context.
Identification(Document, AuthenticationContextStatement, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Identification
Creates a new Identification instance in the given document with the given authentication context.
IDP_NAME_FORMAT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
IDPNameFormat
IDP_NAME_QUALIFIER - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
IDPNameQualifier
IDP_PROVIDED_NAME_ID - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
IDPProvidedNameIdentifier
IDPDescriptor - Class in oracle.security.xmlsec.liberty.v11
Liberty identity provider descriptor.
IDPDescriptor(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Creates a new IDPDescriptor instance from the given Element node.
IDPDescriptor(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Creates a new IDPDescriptor instance from the given Element node.
IDPDescriptor(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Creates a new IDPDescriptor instance within the specified XML Document.
IDPDescriptor(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Creates a new IDPDescriptor instance within the specified XML Document.
IDPEntries - Class in oracle.security.xmlsec.liberty.v11
Liberty IDPEntries element which contains a list of identity provider entries.
IDPEntries(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntries
Creates a new IDPEntries instance from the given Element node.
IDPEntries(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntries
Creates a new IDPEntries instance from the given Element node.
IDPEntries(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntries
Creates a new IDPEntries instance.
IDPEntry - Class in oracle.security.xmlsec.liberty.v11
Liberty IDPEntry element which describes an identity provider that the service provider support.
IDPEntry(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntry
Creates a new IDPEntry instance from the given Element node.
IDPEntry(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntry
Creates a new IDPEntry instance from the given Element node.
IDPEntry(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntry
Creates a new IDPEntry instance.
IDPEntry(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPEntry
Creates a new IDPEntry instance.
IDPList - Class in oracle.security.xmlsec.liberty.v11
Liberty IDPList element which is used in the AuthnRequestEnvelope to allow the service provider to transport a list of identity providers to the user agent.
IDPList(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPList
Creates a new IDPList instance from the given Element node.
IDPList(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPList
Creates a new IDPList instance from the given Element node.
IDPList(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPList
Creates a new IDPList instance.
IDPProvidedNameIdentifier - Class in oracle.security.xmlsec.liberty.v11
Liberty IDPProvidedNameIdentifier for the name identifier provided by the identity provider at the time of federation.
IDPProvidedNameIdentifier(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPProvidedNameIdentifier
Creates a new IDPProvidedNameIdentifier instance from the given Element node.
IDPProvidedNameIdentifier(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPProvidedNameIdentifier
Creates a new IDPProvidedNameIdentifier instance from the given Element node.
IDPProvidedNameIdentifier(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.IDPProvidedNameIdentifier
Creates a new IDPProvidedNameIdentifier instance.
IN_RESPONSE_TO - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
InResponseTo
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.MobileContractClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.MobileDigitalIDClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.MobileUnregisteredClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.PasswordClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.PasswordProtectedTransportClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.PreviousSessionClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.SmartcardClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.SmartcardPKIClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.SoftwarePKIClass
Initializes the authentication context class object.
initialize() - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncTokenClass
Initializes the authentication context class object.
initialize() - Static method in class oracle.security.xmlsec.liberty.v11.LibertyInitializer
 
IPSec - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the IPSec element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
IPSec(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.IPSec
Creates a new IPSec object that wraps the given Element object.
IPSec(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.IPSec
Creates a new IPSec object that wraps the given Element object.
IPSec(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.IPSec
Creates a new IPSec instance in the given document with the given authentication context.
IS_PASSIVE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
IsPassive
ISSUE_INSTANT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
IssueInstant
isValidAttributeValue(String, String, String, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns true if the given value is valid for the given attribute of the given element for this authentication context class, or false otherwise.
isValidAttributeValue(String, String, String, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Returns true if the given value is valid for the given attribute of the given element for this authentication context class, or false otherwise.
isValidAttributeValue(String, String, String, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.PasswordClass
Returns true if the given value is valid for the given attribute of the given element for this authentication context class, or false otherwise.
isValidAttributeValue(String, String, String, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.PasswordProtectedTransportClass
Returns true if the given value is valid for the given attribute of the given element for this authentication context class, or false otherwise.
isValidAttributeValue(String, String, String, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncTokenClass
Returns true if the given value is valid for the given attribute of the given element for this authentication context class, or false otherwise.
isValidElement(ACElement, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Returns true if Element represented by the given ACElement object belongs to the list of valid elements for this authentication context class, or false otherwise.
isValidElement(ACElement, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.GenericClass
Returns true if Element represented by the given ACElement object belongs to the list of valid elements for this authentication context class, or false otherwise.

K

KeyActivation - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Authenticator element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
KeyActivation(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyActivation
Creates a new KeyActivation object that wraps the given Element object.
KeyActivation(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyActivation
Creates a new KeyActivation object that wraps the given Element object.
KeyActivation(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyActivation
Creates a new KeyActivation instance in the given document with the given authentication context.
KeyStorage - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the KeyStorage element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
KeyStorage(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
Creates a new KeyStorage object that wraps the given Element object.
KeyStorage(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
Creates a new KeyStorage object that wraps the given Element object.
KeyStorage(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
Creates a new KeyStorage instance in the given document with the given authentication context.
KeyStorage(Document, AuthenticationContextStatement, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
Creates a new KeyStorage instance in the given document with the given authentication context.

L

Length - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Length element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Length(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Length
Creates a new Length object that wraps the given Element object.
Length(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Length
Creates a new Length object that wraps the given Element object.
Length(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Length
Creates a new KeyStorage instance in the given document with the given authentication context.
Length(Document, AuthenticationContextStatement, int) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Length
Creates a new KeyStorage instance in the given document with the given authentication context.
LIB_AUTHN_RESPONSE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
LARES
LibAssertion - Class in oracle.security.xmlsec.liberty.v11
Liberty Assertion element used in the AuthnResponse generated by an identity provider in response to an AuthnRequest from a service provider.
LibAssertion(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.LibAssertion
Creates a new LibAssertion instance from the given Element node.
LibAssertion(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibAssertion
Creates a new LibAssertion instance from the given Element node.
LibAssertion(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.LibAssertion
Creates a new LibAssertion instance within the specified XML Document.
LibAssertion(Document, String, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibAssertion
Creates a new LibAssertion instance within the specified XML Document.
LibAuthenticationStatement - Class in oracle.security.xmlsec.liberty.v11
This class represents the AuthenticationStatement element of the type Liberty AuthenticationStatementType.
LibAuthenticationStatement(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Creates a new LibAuthenticationStatement instance.
LibAuthenticationStatement(Document, String, Date) - Constructor for class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Creates a new LibAuthenticationStatement instance.
LibertyInitializer - Class in oracle.security.xmlsec.liberty.v11
Utility class for load-time initialization and configuration of the Phaos_Liberty library.
LibertyURI - Interface in oracle.security.xmlsec.liberty.v11
Defined URI string constants for Phaos_Liberty.
LibQueryKeys - Interface in oracle.security.xmlsec.liberty.v11
String constants for query parameter names used in URL-encoded Liberty messages.
LibRequestMessage - Class in oracle.security.xmlsec.liberty.v11
This is an abstract base class which holds the common features of the various Liberty protocol request and notification messages.
LibRequestMessage(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Creates a new LibRequestMessage instance from the given Element node.
LibRequestMessage(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Creates a new LibRequestMessage instance from the given Element node.
LibRequestMessage(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Creates a new LibRequestMessage instance.
LibRequestMessage(Document, String, String, String, Date) - Constructor for class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Creates a new LibRequestMessage instance.
LibResponseMessage - Class in oracle.security.xmlsec.liberty.v11
This is an abstract base class which holds the common features of the various Liberty protocols response messages.
LibResponseMessage(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Creates a new LibResponseMessage instance from the given Element node.
LibResponseMessage(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Creates a new LibResponseMessage instance from the given Element node.
LibResponseMessage(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Creates a new LibResponseMessage instance.
LibResponseMessage(Document, String, String, String, Date) - Constructor for class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Creates a new LibResponseMessage instance.
LibSAMLRequest - Class in oracle.security.xmlsec.liberty.v11
This class represents the SAML Request element of the SignedSAMLRequestType type as specified in the Liberty specification.
LibSAMLRequest(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Creates a new LibSAMLRequest instance from the given Element node.
LibSAMLRequest(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Creates a new LibSAMLRequest instance from the given Element node.
LibSAMLRequest(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Creates a new LibSAMLRequest instance.
LibSubject - Class in oracle.security.xmlsec.liberty.v11
This class represents the Subject element of the type lib:SubjectType which is an extension of the saml:SubjectType with an addtion of the IDPProvidedNameIdentifier child element.
LibSubject(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.LibSubject
Creates a new LibSubject instance.
LogoutRequest - Class in oracle.security.xmlsec.liberty.v11
This class represents the LogoutRequest element in the Liberty Single Logout protocol.
LogoutRequest(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutRequest
Creates a new LogoutRequest instance from the given Element node.
LogoutRequest(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutRequest
Creates a new LogoutRequest instance from the given Element node.
LogoutRequest(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutRequest
Creates a new LogoutRequest instance within the specified XML Document.
LogoutRequest(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutRequest
Creates a new LogoutRequest instance within the specified XML Document.
LogoutResponse - Class in oracle.security.xmlsec.liberty.v11
This class represents the LogoutResponse element in the Liberty Single Logout Protocol.
LogoutResponse(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutResponse
Creates a new LogoutResponse instance from the given Element node.
LogoutResponse(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutResponse
Creates a new LogoutResponse instance from the given Element node.
LogoutResponse(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutResponse
Creates a new LogoutResponse instance within the specified XML Document.
LogoutResponse(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.LogoutResponse
Creates a new LogoutResponse instance within the specified XML Document.

M

MAJOR_VERSION - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
MajorVersion
MEMORY - Static variable in class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
The enumerated "memory" value for the KeyStorage element's medium attribute.
MINIMUM - Static variable in class oracle.security.xmlsec.liberty.v11.AuthnRequest
The value "minimum" for the AuthnCotextComparison element indicating that the identity provider is asked to use a context that he feels at least as good as any specified in the AuthnContext.
MINOR_VERSION - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
MinorVersion
MOBILE_AUTH_CARD - Static variable in class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
The enumerated "MobileAuthCard" value for the KeyStorage element's medium attribute.
MobileAuthCard - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the MobileAuthCard element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
MobileAuthCard(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileAuthCard
Creates a new MobileAuthCard object that wraps the given Element object.
MobileAuthCard(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileAuthCard
Creates a new MobileAuthCard object that wraps the given Element object.
MobileAuthCard(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileAuthCard
Creates a new MobileAuthCard instance in the given document with the given authentication context.
MobileContractClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context MobileContract class.
MobileContractClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileContractClass
Creates a new MobileContractClass object that wraps the given org.w3c.dom.Element object.
MobileContractClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileContractClass
Creates a new MobileContractClass object that wraps the given Element object.
MobileContractClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileContractClass
Creates a new MobileContractClass.
MobileContractClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileContractClass
Creates a new MobileContractClass.
MobileDevice - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the MobileDevice element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
MobileDevice(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDevice
Creates a new MobileDevice object that wraps the given Element object.
MobileDevice(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDevice
Creates a new MobileDevice object that wraps the given Element object.
MobileDevice(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDevice
Creates a new MobileDevice instance in the given document with the given authentication context.
MobileDigitalIDClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context MobileDigitalID class.
MobileDigitalIDClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDigitalIDClass
Creates a new MobileDigitalIDClass object that wraps the given org.w3c.dom.Element object.
MobileDigitalIDClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDigitalIDClass
Creates a new MobileDigitalIDClass object that wraps the given Element object.
MobileDigitalIDClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDigitalIDClass
Creates a new MobileDigitalIDClass.
MobileDigitalIDClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileDigitalIDClass
Creates a new MobileDigitalIDClass.
MobileNetwork - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the MobileNetwork element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
MobileNetwork(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileNetwork
Creates a new MobileNetwork object that wraps the given Element object.
MobileNetwork(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileNetwork
Creates a new MobileNetwork object that wraps the given Element object.
MobileNetwork(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileNetwork
Creates a new MobileNetwork instance in the given document with the given authentication context.
MobileUnregisteredClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context MobileUnregistered class.
MobileUnregisteredClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileUnregisteredClass
Creates a new MobileUnregisteredClass object that wraps the given org.w3c.dom.Element object.
MobileUnregisteredClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileUnregisteredClass
Creates a new MobileUnregisteredClass object that wraps the given Element object.
MobileUnregisteredClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileUnregisteredClass
Creates a new MobileUnregisteredClass.
MobileUnregisteredClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.MobileUnregisteredClass
Creates a new MobileUnregisteredClass.

N

NAME_FORMAT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
NameFormat
NAME_IDENTIFIER - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
NameIdentifier
NAME_QUALIFIER - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
NameQualifier
NO_AVAILABLE_IDP - Static variable in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Second-level samlp:StatuesCode value used by an intermediary to indicate that none of the supported identity providers are available.
NO_SUPPORTED_IDP - Static variable in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Second-level samlp:StatuesCode value used by an intermediary to indicate that none of the identity providers are supported by the intermediary.
ns_ac - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI for the Liberty Authentication Context namespace "http://projectliberty.org/schemas/authctx/2002/05".
ns_liberty - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI for the Liberty namespace "http://projectliberty.org/schemas/core/2002/12".
ns_xsi - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
Namespace URI for the W3C XML schema instance "http://www.w3.org/2001/XMLSchema-instance".

O

obj_ac_classes - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
Base URI for the Liberty Authentication Context Classes "http://www.projectliberty.org/schemas/authctx/classes".
obj_MobileContract - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for MobileContract Authentication Context Class.
obj_MobileDigitalID - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for MobileDigitalID Authentication Context Class.
obj_MobileUnregistered - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for MobileUnregistered Authentication Context Class.
obj_Password - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Password Authentication Context Class.
obj_Password_ProtectedTransport - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Password-ProtectedTransport Authentication Context Class.
obj_Previous_Session - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Previous-Session Authentication Context Class.
obj_Smartcard - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Smartcard Authentication Context Class.
obj_Smartcard_PKI - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Smartcard-PKI Authentication Context Class.
obj_Software_PKI - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Software Authentication Context Class.
obj_Time_Sync_Token - Static variable in interface oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextURI
Associated URI for Time_Sync_Token Authentication Context Class.
OLD_NAME_FORMAT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
OldNameFormat
OLD_NAME_QUALIFIER - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
OldNameQualifier
OLD_PROVIDED_NAME_ID - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
OldProvidedNameIdentifier
OldProvidedNameIdentifier - Class in oracle.security.xmlsec.liberty.v11
Liberty OldProvidedNameIdentifier element.
OldProvidedNameIdentifier(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.OldProvidedNameIdentifier
Creates a new OldProvidedNameIdentifier instance from the given Element node.
OldProvidedNameIdentifier(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.OldProvidedNameIdentifier
Creates a new OldProvidedNameIdentifier instance from the given Element node.
OldProvidedNameIdentifier(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.OldProvidedNameIdentifier
Creates a new OldProvidedNameIdentifier instance.
OperationalProtection - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the OperationalProtection element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
OperationalProtection(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Creates a new OperationalProtection object that wraps the given Element object.
OperationalProtection(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Creates a new OperationalProtection object that wraps the given Element object.
OperationalProtection(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Creates a new OperationalProtection instance in the given document with the given authentication context.
oracle.security.xmlsec.liberty.v11 - package oracle.security.xmlsec.liberty.v11
Liberty protocols and provider metadata classes.
oracle.security.xmlsec.liberty.v11.ac - package oracle.security.xmlsec.liberty.v11.ac
Liberty authentication context classes.

P

Password - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Password element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Password(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Password
Creates a new Password object that wraps the given Element object.
Password(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Password
Creates a new Password object that wraps the given Element object.
Password(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Password
Creates a new Password instance in the given document with the given authentication context.
PasswordClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context Password class.
PasswordClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordClass
Creates a new PasswordClass object that wraps the given org.w3c.dom.Element object.
PasswordClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordClass
Creates a new PasswordClass object that wraps the given Element object.
PasswordClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordClass
Creates a new PasswordClass.
PasswordClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordClass
Creates a new PasswordClass.
PasswordProtectedTransportClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context Password-ProtectedTransport class.
PasswordProtectedTransportClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordProtectedTransportClass
Creates a new PasswordProtectedTransportClass object that wraps the given org.w3c.dom.Element object.
PasswordProtectedTransportClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordProtectedTransportClass
Creates a new PasswordProtectedTransportClass object that wraps the given Element object.
PasswordProtectedTransportClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordProtectedTransportClass
Creates a new PasswordProtectedTransportClass.
PasswordProtectedTransportClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PasswordProtectedTransportClass
Creates a new PasswordProtectedTransportClass.
PhysicalVerification - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the PhysicalVerification element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
PhysicalVerification(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
Creates a new PhysicalVerification object that wraps the given Element object.
PhysicalVerification(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
Creates a new PhysicalVerification object that wraps the given Element object.
PhysicalVerification(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
Creates a new PhysicalVerification instance in the given document with the given authentication context.
PhysicalVerification(Document, AuthenticationContextStatement, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
Creates a new PhysicalVerification instance in the given document with the given authentication context.
PreviousSession - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the PreviousSession element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
PreviousSession(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSession
Creates a new PreviousSession object that wraps the given Element object.
PreviousSession(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSession
Creates a new PreviousSession object that wraps the given Element object.
PreviousSession(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSession
Creates a new Generation instance in the given document with the given authentication context.
PreviousSessionClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context PreviousSession class.
PreviousSessionClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSessionClass
Creates a new PreviousSessionClass object that wraps the given org.w3c.dom.Element object.
PreviousSessionClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSessionClass
Creates a new PreviousSessionClass object that wraps the given Element object.
PreviousSessionClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSessionClass
Creates a new PreviousSessionClass.
PreviousSessionClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PreviousSessionClass
Creates a new PreviousSessionClass.
PRIMARY - Static variable in class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
The enumerated "primary" value for the PhysicalVerification element's credentialLevel attribute.
PRINCIPAL_CHOSEN - Static variable in class oracle.security.xmlsec.liberty.v11.ac.Generation
The enumerated "principalchosen" value for the Generation element's mechanism attribute.
PrincipalAuthenticationMechanism - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the PrincipalAuthenticationMechanism element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
PrincipalAuthenticationMechanism(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Creates a new PrincipalAuthenticationMechanism object that wraps the given Element object.
PrincipalAuthenticationMechanism(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Creates a new PrincipalAuthenticationMechanism object that wraps the given Element object.
PrincipalAuthenticationMechanism(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PrincipalAuthenticationMechanism
Creates a new Generation instance in the given document with the given authentication context.
PrivateKeyProtection - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the PrivateKeyProtection element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
PrivateKeyProtection(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Creates a new PrivateKeyProtection object that wraps the given Element object.
PrivateKeyProtection(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Creates a new PrivateKeyProtection object that wraps the given Element object.
PrivateKeyProtection(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Creates a new PrivateKeyProtection instance in the given document with the given authentication context.
prof_brws_art - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the Liberty browser artifact profile "http://projectliberty.org/profiles/brws-art".
prof_brws_post - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the Liberty browser post profile "http://projectliberty.org/profiles/brws-post".
prof_fedterm_idp_http - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of HTTP-Rediect-Based federation termination notification initialized at identity provider "http://projectliberty.org/profiles/fedterm-idp-http".
prof_fedterm_idp_soap - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of SOAP/HTTP-Rediect-Based federation termination notification initialized at identity provider "http://projectliberty.org/profiles/fedterm-idp-soap".
prof_fedterm_sp_http - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of HTTP-Rediect-Based federation termination notification initialized at service provider "http://projectliberty.org/profiles/fedterm-sp-http".
prof_fedterm_sp_soap - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of SOAP/HTTP-Rediect-Based federation termination notification initialized at service provider "http://projectliberty.org/profiles/fedterm-sp-soap".
prof_lecp - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the Liberty-Enabled client and proxy profile (LECP) "http://projectliberty.org/profiles/lecp".
prof_rni_idp_http - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of HTTP-Rediect-Based register name identifier initialized at identity provider "http://projectliberty.org/profiles/rni-idp-http".
prof_rni_idp_soap - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of SOAP/HTTP-Rediect-Based register name identifier initialized at identity provider "http://projectliberty.org/profiles/rni-idp-soap".
prof_rni_sp_http - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of HTTP-Rediect-Based register name identifier initialized at service provider "http://projectliberty.org/profiles/rni-sp-http".
prof_rni_sp_soap - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of SOAP/HTTP-Rediect-Based register name identifier initialized at service provider "http://projectliberty.org/profiles/rni-sp-soap".
prof_slo_idp_http - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of HTTP-Rediect-Based single logout initialized at identity provider "http://projectliberty.org/profiles/slo-idp-http".
prof_slo_idp_soap - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of SOAP/HTTP-Rediect-Based single logout initialized at identity provider "http://projectliberty.org/profiles/slo-idp-soap".
prof_slo_sp_http - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of HTTP-Rediect-Based single logout initialized at service provider "http://projectliberty.org/profiles/slo-sp-http".
prof_slo_sp_soap - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the profile of SOAP/HTTP-Rediect-Based single logout initialized at service provider "http://projectliberty.org/profiles/slo-sp-soap".
prof_wml_post - Static variable in interface oracle.security.xmlsec.liberty.v11.LibertyURI
URI identifying the Liberty WML post profile "http://projectliberty.org/profiles/wml-post".
PROTOCOL_PROFILE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
ProtocolProfile
PROVIDER_ID - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
ProviderID
ProviderDescriptor - Class in oracle.security.xmlsec.liberty.v11
This abstract class contains provider metadata that are generic to both the service provider and the identity provider.
ProviderDescriptor(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Creates a new ProviderDescriptor instance from the given Element node.
ProviderDescriptor(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Creates a new ProviderDescriptor instance from the given Element node.
ProviderDescriptor(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Creates a new ProviderDescriptor instance.
ProviderDescriptor(Document, String, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Creates a new ProviderDescriptor instance.
PSEUDONYMITY - Static variable in class oracle.security.xmlsec.liberty.v11.ac.Identification
The enumerated "pseudonymity" value for the Identification element's nym attribute.

R

RECIPIENT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
Recipient
RegisterNameIdentifierRequest - Class in oracle.security.xmlsec.liberty.v11
This class implements the RegisterNameIdentifierRequest element in the Liberty Name Registeration protocol.This element is either used by the service provider to resigter a SPProvidedNameIdentifier with a identity provider, or by an identity provider to seek to change the IDPProvidedNameIdentifier stored by a service provider.
RegisterNameIdentifierRequest(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Creates a new RegisterNameIdentifierRequest instance from the given Element node.
RegisterNameIdentifierRequest(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Creates a new RegisterNameIdentifierRequest instance from the given Element node.
RegisterNameIdentifierRequest(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Creates a new RegisterNameIdentifierRequest instance within the specified XML Document.
RegisterNameIdentifierRequest(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Creates a new RegisterNameIdentifierRequest instance within the specified XML Document.
RegisterNameIdentifierResponse - Class in oracle.security.xmlsec.liberty.v11
This class represents the RegisterNameIdentifierResponse element in the Liberty Name Registeration protocol.
RegisterNameIdentifierResponse(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
Creates a new RegisterNameIdentifierResponse instance from the given Element node.
RegisterNameIdentifierResponse(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
Creates a new RegisterNameIdentifierResponse instance from the given Element node.
RegisterNameIdentifierResponse(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
Creates a new RegisterNameIdentifierResponse instance within the specified XML Document.
RegisterNameIdentifierResponse(Document, String, Date, String) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
Creates a new RegisterNameIdentifierResponse instance within the specified XML Document.
RegisterNameIdentifierResponse(Document, String, String) - Constructor for class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
Deprecated. No replacement.
RELAY_STATE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
RelayState
removeValidElement(String, String, String, String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Removes the Element specified by the given namespace URI and local name from the list of valid elements for this authentication context class.
REQUEST_ID - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
RequestID
RESPONSE_ID - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
ResponseID

S

SAML_ARTIFACT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
SAMLart
SECONDARY - Static variable in class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
The enumerated "secondary" value for the PhysicalVerification element's credentialLevel attribute.
SecurityAudit - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Identification element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
SecurityAudit(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SecurityAudit
Creates a new SecurityAudit object that wraps the given Element object.
SecurityAudit(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SecurityAudit
Creates a new SecurityAudit object that wraps the given Element object.
SecurityAudit(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SecurityAudit
Creates a new SecurityAudit instance in the given document with the given authentication context.
SESSION_INDEX - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
SessionIndex
setAssertionConsumerServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Set the AssertionConsumerServiceURL child element in this AuthnRequestEnvelope element.
setAssertionConsumerServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Set the AssertionConsumerServiceURL child element in this AuthnResponseEnvelope element.
setAssertionConsumerServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.SPDescriptor
Set the AssertionConsumerServiceURL child element in this structure.
setAssociatedURI(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the associated Liberty URI for this authentication context class.
setAuthenticationContextClass(AuthenticationContextStatement) - Method in class oracle.security.xmlsec.liberty.v11.ac.ACElement
Sets this element's authentication context.
setAuthenticationContextStatement(AuthenticationContextStatement) - Method in class oracle.security.xmlsec.liberty.v11.AuthnContext
Sets the AuthenticationContextStatement child element which contains authentication context statement.
setAuthenticationMethod(AuthenticationMethod) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the AuthenticationMethod element for this AuthenticationContextStatement element, replacing any existing AuthenticationMethod element.
setAuthenticator(Authenticator) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Sets the Authenticator element for this AuthenticationMethod element, replacing any existing Authenticator element.
setAuthenticatorTransportProtocol(AuthenticatorTransportProtocol) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Sets the AuthenticatorTransportProtocol element for this AuthenticationMethod element, replacing any existing AuthenticatorTransportProtocol element.
setAuthnContext(AuthnContext) - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Sets the AuthnContext child element of this element.
setAuthnContextClassRef(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnContext
Sets the AuthnContextClassRef child element which contains a URI reference to an authentication context class for the authentication context statement.
setAuthnContextComparison(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Sets the AuthnContextComparison child element in this AuthnRequest element.
setAuthnContextStatementRef(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnContext
Sets the AuthnContextStatementRef child element which contains a URI reference to the the authentication context statement.
setAuthnRequest(AuthnRequest) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Sets the AuthnRequest child element of this element.
setAuthnRequestsSigned(boolean) - Method in class oracle.security.xmlsec.liberty.v11.SPDescriptor
Set the AuthnRequestsSigned child element in this SPDescriptor element.
setAuthnResponse(AuthnResponse) - Method in class oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
Sets the AuthnResponse child element of this element.
setChildACElement(ACElement, int) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Inserts the given element as a child element to this AuthenticationContextStatement element in the given position.
setClassName(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the name of this authentication context class.
setCredentialLevel(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.PhysicalVerification
Sets the credentialLevel attribute for this PhysicalVerification element.
setDeactivationCallCenter(DeactivationCallCenter) - Method in class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Sets the DeactivationCallCenter element for this OperationalProtection element, replacing any existing DeactivationCallCenter element.
setDeviceInHand(boolean) - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Sets the deviceInHand attribute for this TimeSyncToken element.
setDeviceType(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Sets the DeviceType attribute for this TimeSyncToken element.
setFederate(boolean) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Sets the Federate child element in this AuthnRequest element.
setFederationTerminationServiceReturnURL(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Sets the FederationTerminationServiceReturnURL child element in this structure.
setFederationTerminationServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Set the FederationTerminationServiceURL child element in this structure.
setForceAuthn(boolean) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Sets the ForceAuthn child element in this AuthnRequest element.
setGeneration(Generation) - Method in class oracle.security.xmlsec.liberty.v11.ac.Password
Sets the Generation element for this Password element, replacing any existing Generation element.
setGoverningAgreementRef(GoverningAgreementRef) - Method in class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreements
Sets the GoverningAgreementRef element for this GoverningAgreements element, replacing any existing GoverningAgreementRef element.
setGoverningAgreements(GoverningAgreements) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the GoverningAgreements element for this AuthenticationContextStatement element, replacing any existing GoverningAgreements element.
setID(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the ID attribute for this AuthenticationContextStatement element.
setId(String) - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Sets the "id" attribute of this Liberty request element.
setId(String) - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Sets the id attribute of this Liberty request element.
setId(String) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Sets the id attribute of this Liberty response element.
setId(String) - Method in class oracle.security.xmlsec.liberty.v11.LibSAMLRequest
Sets the "id" attribute of this request element.
setIdentification(Identification) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the Identification element for this AuthenticationContextStatement element, replacing any existing Identification element.
setIDPEntries(IDPEntries) - Method in class oracle.security.xmlsec.liberty.v11.IDPList
Sets the IDPEntries child element of this element.
setIDPList(IDPList) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Sets the IDPList child element of this element.
setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier) - Method in class oracle.security.xmlsec.liberty.v11.LibSubject
Sets the IDPProvidedNameIdentifier child element of this Subject element.
setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier) - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Sets the IDPProvidedNameIdentifier child element of this element.
setInResponseTo(String) - Method in class oracle.security.xmlsec.liberty.v11.LibAssertion
Sets the InResponseTo attribute that includes the value from the RequestID attribute of the original AuthnRequest element.
setIsPassive(boolean) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Sets the IsPassive child element in this AuthnRequest element.
setIsPassive(boolean) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Set the IsPassive child element in this AuthnRequestEnvelope element.
setKeyActivation(KeyActivation) - Method in class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Sets the KeyActivation element for this PrivateKeyProtection element, replacing any existing KeyActivation element.
setKeyInfo(XSKeyInfo) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Sets the ds:KeyInfo child element of this element.
setKeyStorage(KeyStorage) - Method in class oracle.security.xmlsec.liberty.v11.ac.PrivateKeyProtection
Sets the KeyStorage element for this PrivateKeyProtection element, replacing any existing KeyStorage element.
setLength(Length) - Method in class oracle.security.xmlsec.liberty.v11.ac.Password
Sets the Length element for this Password element, replacing any existing Length element.
setLoc(String) - Method in class oracle.security.xmlsec.liberty.v11.IDPEntry
Set the Loc child element in this IDPEntry element.
setMax(int) - Method in class oracle.security.xmlsec.liberty.v11.ac.Length
Sets the max attribute for this Length element.
setMechanism(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.Generation
Sets the mechanism attribute for this Generation element.
setMedium(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
Sets the medium attribute for this KeyStorage element.
setMin(int) - Method in class oracle.security.xmlsec.liberty.v11.ac.Length
Sets the min attribute for this Length element.
setMobileAuthCard(MobileAuthCard) - Method in class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Sets the MobileAuthCard element for this SharedKeyProtection element, replacing any existing MobileAuthCard element.
setMobileDevice(MobileDevice) - Method in class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Sets the MobileDevice element for this SharedKeyProtection element, replacing any existing MobileDevice element.
setNameIdentifier(NameIdentifier) - Method in class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Sets the smal:NameIdentifier child element in this element.
setNameIdentifier(NameIdentifier) - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
Sets the smal:NameIdentifier child element in this element.
setNym(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.Identification
Sets the nym attribute for this Identification element.
setOldProvidedNameIdentifier(OldProvidedNameIdentifier) - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Sets the OldProvidedNameIdentifier child element of this element.
setOperationalProtection(OperationalProtection) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the OperationalProtection element for this AuthenticationContextStatement element, replacing any existing OperationalProtection element.
setPassword(Password) - Method in class oracle.security.xmlsec.liberty.v11.ac.KeyActivation
Sets the Password element for this KeyActivation element, replacing any existing Password element.
setPhysicalVerification(PhysicalVerification) - Method in class oracle.security.xmlsec.liberty.v11.ac.Identification
Sets the PhysicalVerification element for this Identification element, replacing any existing PhysicalVerification element.
setPrincipalAuthenticationMechanism(PrincipalAuthenticationMechanism) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationMethod
Sets the PrincipalAuthenticationMechanism element for this AuthenticationMethod element, replacing any existing PrincipalAuthenticationMechanism element.
setPrivateKeyProtection(PrivateKeyProtection) - Method in class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Sets the PrivateKeyProtection element for this TechnicalProtection element, replacing any existing PrivateKeyProtection element.
setProtocolProfile(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Sets the ProtocolProfile child element in this AuthnRequest element.
setProviderID(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Set the ProviderID child element in this AuthnRequestEnvelope element.
setProviderID(String) - Method in class oracle.security.xmlsec.liberty.v11.IDPEntry
Set the ProviderID child element in this IDPEntry element.
setProviderID(String) - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Sets the ProviderID child element in this element.
setProviderID(String) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Sets the ProviderID child element in this element.
setProviderID(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Sets the ProviderID child element in this provider descriptor.
setProviderName(String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequestEnvelope
Set the ProviderName child element in this AuthnRequestEnvelope element.
setProviderName(String) - Method in class oracle.security.xmlsec.liberty.v11.IDPEntry
Set the ProviderName child element in this IDPEntry element.
setReauthenticateOnOrAfter(Date) - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Sets the ReauthenticationOnOrAfter attribute that contains the time at which the service provider reauthenticates the Principle with the identity provider.
setReauthenticationOnOrAfter(Date) - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Deprecated. use setReauthenticateOnOrAfter
setRef(String) - Method in class oracle.security.xmlsec.liberty.v11.ac.GoverningAgreementRef
Sets the ref attribute for this Generation element.
setRegisterNameIdentifierServiceReturnURL(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Set the RegisterNameIdentifierServiceReturnURL child element in this structure.
setRegisterNameIdentifierServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Set the RegisterNameIdentifierServiceURL child element in this structure.
setRelayState(String) - Method in class oracle.security.xmlsec.liberty.v11.LibRequestMessage
Sets the RelayState child element in this Liberty request element.
setRelayState(String) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Sets the RelayState child element in this Liberty response element.
setSecurityAudit(SecurityAudit) - Method in class oracle.security.xmlsec.liberty.v11.ac.OperationalProtection
Sets the SecurityAudit element for this OperationalProtection element, replacing any existing SecurityAudit element.
setSeedLength(int) - Method in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Sets the seedLength attribute for this TimeSyncToken element.
setSessionIndex(String) - Method in class oracle.security.xmlsec.liberty.v11.LibAuthenticationStatement
Sets the SessionIndex attribute that contains index into the particular session between the identity provider and the Principle under which this authentication statement is being issued.
setSessionIndex(String) - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
Sets the SessionIndex child element in this LogoutRequest element.
setSharedKeyProtection(SharedKeyProtection) - Method in class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Sets the SharedKeyProtection element for this TechnicalProtection element, replacing any existing SharedKeyProtection element.
setSingleLogoutServiceReturnURL(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Set the SingleLogoutServiceReturnURL child element in this structure.
setSingleLogoutServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Set the SingleLogoutServiceURL child element in this structure.
setSingleSignOnServiceURL(String) - Method in class oracle.security.xmlsec.liberty.v11.IDPDescriptor
Set the SingleSignOnServiceURL child element in this structure.
setSoapEndpoint(String) - Method in class oracle.security.xmlsec.liberty.v11.ProviderDescriptor
Set the SoapEndpoint child element in this structure.
setSPProvidedNameIdentifier(SPProvidedNameIdentifier) - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Sets the SPProvidedNameIdentifier child element of this element.
setStatus(Status) - Method in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Sets the samlp:Status child element in this Liberty response element.
setSwitchAudit(SwitchAudit) - Method in class oracle.security.xmlsec.liberty.v11.ac.SecurityAudit
Sets the SwitchAudit element for this SwitchAudit element, replacing any existing SwitchAudit element.
setTechnicalProtection(TechnicalProtection) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Sets the TechnicalProtection element for this AuthenticationContextStatement element, replacing any existing TechnicalProtection element.
setTimeSyncToken(TimeSyncToken) - Method in class oracle.security.xmlsec.liberty.v11.ac.Token
Sets the TimeSyncToken element for this Token element, replacing any existing TimeSyncToken element.
setValidElement(String, String, String, String) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Adds the Element specified by the given namespace URI ,local name, and parent element to the list of valid elements for this authentication context class.
setWrittenConsent(WrittenConsent) - Method in class oracle.security.xmlsec.liberty.v11.ac.Identification
Sets the WrittenConsent element for this Identification element, replacing any existing WrittenConsent element.
SharedKeyProtection - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the SharedKeyProtection element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
SharedKeyProtection(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Creates a new SharedKeyProtection object that wraps the given Element object.
SharedKeyProtection(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Creates a new SharedKeyProtection object that wraps the given Element object.
SharedKeyProtection(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SharedKeyProtection
Creates a new SharedKeyProtection instance in the given document with the given authentication context.
SharedSecretChallengeResponse - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the SharedSecretChallengeResponse element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
SharedSecretChallengeResponse(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SharedSecretChallengeResponse
Creates a new SharedSecretChallengeResponse object that wraps the given Element object.
SharedSecretChallengeResponse(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SharedSecretChallengeResponse
Creates a new SharedSecretChallengeResponse object that wraps the given Element object.
SharedSecretChallengeResponse(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SharedSecretChallengeResponse
Creates a new SharedSecretChallengeResponse instance in the given document with the given authentication context.
SIG_ALG - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
SigAlg
SIGNATURE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
Signature
SMARTCARD - Static variable in class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
The enumerated "smartcard" value for the KeyStorage element's medium attribute.
Smartcard - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Smartcard element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Smartcard(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Smartcard
Creates a new Smartcard object that wraps the given Element object.
Smartcard(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Smartcard
Creates a new Smartcard object that wraps the given Element object.
Smartcard(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Smartcard
Creates a new Smartcard instance in the given document with the given authentication context.
SmartcardClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context Smartcard class.
SmartcardClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardClass
Creates a new SmartcardContractClass object that wraps the given org.w3c.dom.Element object.
SmartcardClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardClass
Creates a new SmartcardClass object that wraps the given Element object.
SmartcardClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardClass
Creates a new SmartcardClass.
SmartcardClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardClass
Creates a new SmartcardClass.
SmartcardPKIClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context Smartcard-PKI class.
SmartcardPKIClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardPKIClass
Creates a new SmartcardPKIClass object that wraps the given org.w3c.dom.Element object.
SmartcardPKIClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardPKIClass
Creates a new SmartcardPKIClass object that wraps the given Element object.
SmartcardPKIClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardPKIClass
Creates a new SmartcardPKIClass.
SmartcardPKIClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SmartcardPKIClass
Creates a new SmartcardPKIClass.
SOFTWARE - Static variable in class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
The enumerated "software" value for the TimeSyncToken element's deviceType attribute.
SoftwarePKIClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context Software-PKI class.
SoftwarePKIClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SoftwarePKIClass
Creates a new SoftwarePKIClass object that wraps the given org.w3c.dom.Element object.
SoftwarePKIClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SoftwarePKIClass
Creates a new SoftwarePKIClass object that wraps the given Element object.
SoftwarePKIClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SoftwarePKIClass
Creates a new SoftwarePKIClass.
SoftwarePKIClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SoftwarePKIClass
Creates a new SoftwarePKIClass.
SP_NAME_FORMAT - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
SPNameFormat
SP_NAME_QUALIFIER - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
SPNameQualifier
SP_PROVIDED_NAME_ID - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
SPProvidedNameIdentifier
SPDescriptor - Class in oracle.security.xmlsec.liberty.v11
Liberty service provider descriptor.
SPDescriptor(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.SPDescriptor
Creates a new SPDescriptor instance from the given Element node.
SPDescriptor(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.SPDescriptor
Creates a new SPDescriptor instance from the given Element node.
SPDescriptor(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.SPDescriptor
Creates a new SPDescriptor instance within the specified XML Document.
SPDescriptor(Document, String, boolean, String) - Constructor for class oracle.security.xmlsec.liberty.v11.SPDescriptor
Creates a new SPDescriptor instance within the specified XML Document.
SPProvidedNameIdentifier - Class in oracle.security.xmlsec.liberty.v11
Liberty SPProvidedNameIdentifier element for the name identifier the identity provider will use when communicatting with the service provider.
SPProvidedNameIdentifier(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.SPProvidedNameIdentifier
Creates a new SPProvidedNameIdentifier instance from the given Element node.
SPProvidedNameIdentifier(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.SPProvidedNameIdentifier
Creates a new SPProvidedNameIdentifier instance from the given Element node.
SPProvidedNameIdentifier(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.SPProvidedNameIdentifier
Creates a new SPProvidedNameIdentifier instance.
SSL - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the SSL element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
SSL(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SSL
Creates a new SSL object that wraps the given Element object.
SSL(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SSL
Creates a new SSL object that wraps the given Element object.
SSL(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SSL
Creates a new SSL instance in the given document with the given authentication context.
SwitchAudit - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the SwitchAudit element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
SwitchAudit(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SwitchAudit
Creates a new SwitchAudit object that wraps the given Element object.
SwitchAudit(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SwitchAudit
Creates a new SwitchAudit object that wraps the given Element object.
SwitchAudit(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.SwitchAudit
Creates a new SwitchAudit instance in the given document with the given authentication context.

T

TechnicalProtection - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the TechnicalProtection element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
TechnicalProtection(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Creates a new TechnicalProtection object that wraps the given Element object.
TechnicalProtection(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Creates a new TechnicalProtection object that wraps the given Element object.
TechnicalProtection(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TechnicalProtection
Creates a new TechnicalProtection instance in the given document with the given authentication context.
TimeSyncToken - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the TimeSyncToken element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
TimeSyncToken(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Creates a new TimeSyncToken object that wraps the given Element object.
TimeSyncToken(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Creates a new TimeSyncToken object that wraps the given Element object.
TimeSyncToken(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Creates a new TimeSyncToken instance in the given document with the given authentication context.
TimeSyncToken(Document, AuthenticationContextStatement, String, int, boolean) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncToken
Creates a new TimeSyncToken instance in the given document with the given authentication context.
TimeSyncTokenClass - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Liberty authentication context Time-Sync-Token class.
TimeSyncTokenClass(Element) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncTokenClass
Creates a new TimeSyncTokenClass object that wraps the given org.w3c.dom.Element object.
TimeSyncTokenClass(Element, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncTokenClass
Creates a new TimeSyncTokenClass object that wraps the given Element object.
TimeSyncTokenClass(Document) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncTokenClass
Creates a new TimeSyncTokenClass.
TimeSyncTokenClass(Document, String) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.TimeSyncTokenClass
Creates a new TimeSyncTokenClass.
TOKEN - Static variable in class oracle.security.xmlsec.liberty.v11.ac.KeyStorage
The enumerated "token" value for the KeyStorage element's medium attribute.
Token - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the Token element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
Token(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Token
Creates a new Token object that wraps the given Element object.
Token(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Token
Creates a new Token object that wraps the given Element object.
Token(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.Token
Creates a new Token instance in the given document with the given authentication context.
toURLString(PrivateKey, String) - Method in class oracle.security.xmlsec.liberty.v11.AuthnRequest
Returns this AuthnRequest as a URL-encoded query string, optionally signed using the given private key and signature algorithm.
toURLString(PrivateKey, String) - Method in class oracle.security.xmlsec.liberty.v11.FederationTerminationNotification
Returns this FederationTerminationNotification as a URL-encoded query string, optionally signed using the given private key and signature algorithm.
toURLString(PrivateKey, String) - Method in class oracle.security.xmlsec.liberty.v11.LogoutRequest
Returns this LogoutRequest as a URL-encoded query string, optionally signed using the given private key and signature algorithm.
toURLString(PrivateKey, String) - Method in class oracle.security.xmlsec.liberty.v11.LogoutResponse
Returns this LogoutResponse as a URL-encoded query string, optionally signed using the given private key and signature algorithm.
toURLString(PrivateKey, String) - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierRequest
Returns this RegisterNameIdentifierRequest as a URL-encoded query string, optionally signed using the given private key and signature algorithm.
toURLString(PrivateKey, String) - Method in class oracle.security.xmlsec.liberty.v11.RegisterNameIdentifierResponse
Returns this RegisterNameIdentifierResponse as a URL-encoded query string, optionally signed using the given private key and signature algorithm.
TRUE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
 

U

UNSUPPORTED_PROFILE - Static variable in class oracle.security.xmlsec.liberty.v11.LibResponseMessage
Second-level samlp:StatuesCode value used by an identity provider to indicate that the service provider should retry the request with a different profile.

V

validateAttributeValue(String, String, String, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Throws an AuthenticationContextException if the given value is not valid for the given attribute of the given element for this authentication context class.
validateElement(ACElement, XMLElement) - Method in class oracle.security.xmlsec.liberty.v11.ac.AuthenticationContextStatement
Throws an AuthenticationContextException if Element represented by the given ACElement object does not belong to the list of valid elements for this authentication context class, or returns otherwise.
VALUE - Static variable in interface oracle.security.xmlsec.liberty.v11.LibQueryKeys
Value
VERINYMITY - Static variable in class oracle.security.xmlsec.liberty.v11.ac.Identification
The enumerated "verinymity" value for the Identification element's nym attribute.

W

WrittenConsent - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the WrittenConsent element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
WrittenConsent(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.WrittenConsent
Creates a new WrittenConsent object that wraps the given Element object.
WrittenConsent(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.WrittenConsent
Creates a new WrittenConsent object that wraps the given Element object.
WrittenConsent(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.WrittenConsent
Creates a new Identification instance in the given document with the given authentication context.
WTLS - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the WTLS element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
WTLS(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.WTLS
Creates a new WTLS object that wraps the given Element object.
WTLS(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.WTLS
Creates a new WTLS object that wraps the given Element object.
WTLS(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.WTLS
Creates a new WTLS instance in the given document with the given authentication context.

Z

ZeroKnowledge - Class in oracle.security.xmlsec.liberty.v11.ac
Class representing the ZeroKnowledge element in the Liberty authentication context namespace (http://projectliberty.org/schemas/authctx/2002/05).
ZeroKnowledge(Element, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.ZeroKnowledge
Creates a new ZeroKnowledge object that wraps the given Element object.
ZeroKnowledge(Element, String, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.ZeroKnowledge
Creates a new ZeroKnowledge object that wraps the given Element object.
ZeroKnowledge(Document, AuthenticationContextStatement) - Constructor for class oracle.security.xmlsec.liberty.v11.ac.ZeroKnowledge
Creates a new ZeroKnowledge instance in the given document with the given authentication context.

A B C D E F G H I K L M N O P R S T U V W Z

Oracle Security Developer Tools Liberty 1.1 Java API Reference
11g (11.1.1)

E10670-02


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