Uses of Interface
com.sun.xml.wss.saml.Subject
-
Packages that use Subject Package Description 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 Modifier and Type Method Description abstract SubjectSAMLAssertionFactory. createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)Constructs a Subject object from aNameIdentifierobject and aSubjectConfirmationobject.abstract SubjectSAMLAssertionFactory. createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)Constructs a Subject object from aNameIDobject and aSubjectConfirmationobject.SubjectAssertion. getSubject()Gets the value of the subject property of SAML 2.0 This method should be applied only on SAML 2.0 assertion.SubjectAttributeStatement. getSubject()Gets the value of the subject property for SAML1.1 and SAML1.0SubjectAuthenticationStatement. getSubject()Gets the value of the subject property.SubjectAuthorizationDecisionStatement. getSubject()Gets the value of the subject property.Methods in com.sun.xml.wss.saml with parameters of type Subject Modifier and Type Method Description abstract AssertionSAMLAssertionFactory. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)Creates and return an Assertion from the data members: theID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,Subjectand a set ofStatement(s) in the assertion.abstract AssertionSAMLAssertionFactory. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, javax.xml.bind.JAXBContext jcc)Creates and return an Assertion from the data members: theID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,Subject, a set ofStatement(s) ,and a jaxbcontext for the assertion.abstract AttributeStatementSAMLAssertionFactory. createAttributeStatement(Subject subj, List attr)Constructs an instance ofAttributeStatement.abstract AuthenticationStatementSAMLAssertionFactory. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)Constructs an instance ofAuthenticationStatement.abstract AuthorizationDecisionStatementSAMLAssertionFactory. createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)Constructs an instance ofAuthorizationDecisionStatement. -
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 Modifier and Type Class Description classSubjectTheSubjectelement specifies one or more subjects. -
Uses of Subject in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement Subject Modifier and Type Class Description classSubjectTheSubjectelement specifies one or more subjects.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return Subject Modifier and Type Method Description SubjectAttributeStatement. getSubject() -
Uses of Subject in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return Subject Modifier and Type Method Description SubjectSAMLAssertion2_1FactoryImpl. createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)SubjectSAMLAssertion2_1FactoryImpl. createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)SubjectSAMLAssertion2_2FactoryImpl. createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)SubjectSAMLAssertion2_2FactoryImpl. createSubject(NameID nameID, SubjectConfirmation subjectConfirmation)Methods in com.sun.xml.wss.saml.impl with parameters of type Subject Modifier and Type Method Description AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, javax.xml.bind.JAXBContext jcc)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, javax.xml.bind.JAXBContext jcc)AttributeStatementSAMLAssertion2_1FactoryImpl. createAttributeStatement(Subject subj, List attr)AttributeStatementSAMLAssertion2_2FactoryImpl. createAttributeStatement(Subject subj, List attr)AuthenticationStatementSAMLAssertion2_1FactoryImpl. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)AuthenticationStatementSAMLAssertion2_2FactoryImpl. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)AuthorizationDecisionStatementSAMLAssertion2_1FactoryImpl. createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)AuthorizationDecisionStatementSAMLAssertion2_2FactoryImpl. createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)
-