Uses of Interface
com.sun.xml.wss.saml.Subject
Packages that use Subject
Package
Description
-
Uses of Subject in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return SubjectModifier and TypeMethodDescriptionabstract 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.Assertion.getSubject()Gets the value of the subject property of SAML 2.0 This method should be applied only on SAML 2.0 assertion.AttributeStatement.getSubject()Gets the value of the subject property for SAML1.1 and SAML1.0AuthenticationStatement.getSubject()Gets the value of the subject property.AuthorizationDecisionStatement.getSubject()Gets the value of the subject property.Methods in com.sun.xml.wss.saml with parameters of type SubjectModifier and TypeMethodDescriptionabstract 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 SubjectModifier and TypeClassDescriptionclassTheSubjectelement 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 SubjectModifier and TypeClassDescriptionclassTheSubjectelement specifies one or more subjects.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return Subject -
Uses of Subject in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return SubjectModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation) SAMLAssertion2_1FactoryImpl.createSubject(NameID nameID, SubjectConfirmation subjectConfirmation) SAMLAssertion2_2FactoryImpl.createSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation) SAMLAssertion2_2FactoryImpl.createSubject(NameID nameID, SubjectConfirmation subjectConfirmation) Methods in com.sun.xml.wss.saml.impl with parameters of type SubjectModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements) SAMLAssertion2_1FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, javax.xml.bind.JAXBContext jcc) SAMLAssertion2_2FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements) SAMLAssertion2_2FactoryImpl.createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, javax.xml.bind.JAXBContext jcc) SAMLAssertion2_1FactoryImpl.createAttributeStatement(Subject subj, List attr) SAMLAssertion2_2FactoryImpl.createAttributeStatement(Subject subj, List attr) SAMLAssertion2_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) SAMLAssertion2_2FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) SAMLAssertion2_1FactoryImpl.createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence) SAMLAssertion2_2FactoryImpl.createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)