Uses of Class
com.sun.xml.wss.saml.assertion.saml11.jaxb20.Subject
-
Packages that use Subject Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 -
-
Uses of Subject in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return Subject Modifier and Type Method Description SubjectAssertion. getSubject()SubjectAttributeStatement. getSubject()SubjectAuthenticationStatement. getSubject()SubjectAuthorizationDecisionStatement. getSubject()Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type Subject Constructor Description AttributeStatement(Subject subj, List attr)Dafault constructorAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)Constructor for authentication statementAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)Constructs an instance ofAuthorizationDecisionStatement.
-