Uses of Interface
com.sun.xml.wss.saml.Subject

Packages that use Subject
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.impl   
 

Uses of Subject in com.sun.xml.wss.saml
 

Methods in com.sun.xml.wss.saml that return Subject
abstract  Subject SAMLAssertionFactory.createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
          Constructs a Subject object from a NameIdentifier object and a SubjectConfirmation object.
abstract  Subject SAMLAssertionFactory.createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)
          Constructs a Subject object from a NameID object and a SubjectConfirmation object.
 Subject Assertion.getSubject()
          Gets the value of the subject property of SAML 2.0 This method should be applied only on SAML 2.0 assertion.
 Subject AttributeStatement.getSubject()
          Gets the value of the subject property for SAML1.1 and SAML1.0
 Subject AuthenticationStatement.getSubject()
          Gets the value of the subject property.
 Subject AuthorizationDecisionStatement.getSubject()
          Gets the value of the subject property.
 

Methods in com.sun.xml.wss.saml with parameters of type Subject
abstract  Assertion SAMLAssertionFactory.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)
          Creates and return an Assertion from the data members: the ID, the issuer, time when assertion issued, the conditions when creating a new assertion , Advice applicable to this Assertion, Subjectand a set of Statement(s) in the assertion.
abstract  Assertion SAMLAssertionFactory.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, JAXBContext jcc)
          Creates and return an Assertion from the data members: the ID, the issuer, time when assertion issued, the conditions when creating a new assertion , Advice applicable to this Assertion, Subject, a set of Statement(s) ,and a jaxbcontext for the assertion.
abstract  AttributeStatement SAMLAssertionFactory.createAttributeStatement(Subject subj, List attr)
          Constructs an instance of AttributeStatement.
abstract  AuthenticationStatement SAMLAssertionFactory.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
          Constructs an instance of AuthenticationStatement.
abstract  AuthorizationDecisionStatement SAMLAssertionFactory.createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)
          Constructs an instance of AuthorizationDecisionStatement.
 

Uses of Subject in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Subject
 class Subject
          The Subject element specifies one or more subjects.
 

Uses of Subject in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return Subject
 Subject AttributeStatement.getSubject()
           
 

Uses of Subject in com.sun.xml.wss.saml.impl
 

Methods in com.sun.xml.wss.saml.impl that return Subject
 Subject SAMLAssertion1_1FactoryImpl.createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
           
 Subject SAMLAssertion2_1FactoryImpl.createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
           
 Subject SAMLAssertion2_2FactoryImpl.createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
           
 Subject SAMLAssertion1_1FactoryImpl.createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)
           
 Subject SAMLAssertion2_1FactoryImpl.createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)
           
 Subject SAMLAssertion2_2FactoryImpl.createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)
           
 

Methods in com.sun.xml.wss.saml.impl with parameters of type Subject
 Assertion SAMLAssertion1_1FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)
           
 Assertion SAMLAssertion2_1FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)
           
 Assertion SAMLAssertion2_2FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)
           
 Assertion SAMLAssertion1_1FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, JAXBContext jcc)
           
 Assertion SAMLAssertion2_1FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, JAXBContext jcc)
           
 Assertion SAMLAssertion2_2FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, JAXBContext jcc)
           
 AttributeStatement SAMLAssertion1_1FactoryImpl.createAttributeStatement(Subject subj, List attr)
           
 AttributeStatement SAMLAssertion2_1FactoryImpl.createAttributeStatement(Subject subj, List attr)
           
 AttributeStatement SAMLAssertion2_2FactoryImpl.createAttributeStatement(Subject subj, List attr)
           
 AuthenticationStatement SAMLAssertion1_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
           
 AuthenticationStatement SAMLAssertion2_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
           
 AuthenticationStatement SAMLAssertion2_2FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
           
 AuthorizationDecisionStatement SAMLAssertion1_1FactoryImpl.createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)
           
 AuthorizationDecisionStatement SAMLAssertion2_1FactoryImpl.createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)
           
 AuthorizationDecisionStatement SAMLAssertion2_2FactoryImpl.createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.