Uses of Class
org.apache.wss4j.common.saml.bean.SubjectBean
-
Packages that use SubjectBean Package Description org.apache.wss4j.common.saml org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of SubjectBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return SubjectBean Modifier and Type Method Description SubjectBeanSAMLCallback. getSubject()Method getSubject returns the subject of this SAMLCallback object.Methods in org.apache.wss4j.common.saml with parameters of type SubjectBean Modifier and Type Method Description voidSAMLCallback. setSubject(SubjectBean subject)Method setSubject sets the subject of this SAMLCallback object. -
Uses of SubjectBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return SubjectBean Modifier and Type Method Description SubjectBeanAttributeStatementBean. getSubject()Get the SubjectSubjectBeanAuthDecisionStatementBean. getSubject()Get the SubjectSubjectBeanAuthenticationStatementBean. getSubject()Get the SubjectMethods in org.apache.wss4j.common.saml.bean with parameters of type SubjectBean Modifier and Type Method Description voidAttributeStatementBean. setSubject(SubjectBean subject)Set the SubjectvoidAuthDecisionStatementBean. setSubject(SubjectBean subject)Set the SubjectvoidAuthenticationStatementBean. setSubject(SubjectBean subject)Set the subjectConstructors in org.apache.wss4j.common.saml.bean with parameters of type SubjectBean Constructor Description AttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans)Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.AuthDecisionStatementBean(AuthDecisionStatementBean.Decision decision, String resource, SubjectBean subject, Object evidence, List<ActionBean> actionBeans)Constructor SamlDecision creates a new SamlDecision instance.AuthenticationStatementBean(SubjectBean subject, String authenticationMethod, Instant authenticationInstant, Instant sessionNotOnOrAfter)Construct a new AuthenticationStatementBean -
Uses of SubjectBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type SubjectBean Modifier and Type Method Description static org.opensaml.saml.saml2.core.NameIDSAML2ComponentBuilder. createNameID(SubjectBean subject)Create a NameID object One of the following formats MUST be used: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos urn:oasis:names:tc:SAML:2.0:nameid-format:entity urn:oasis:names:tc:SAML:2.0:nameid-format:persistent urn:oasis:names:tc:SAML:2.0:nameid-format:transientstatic org.opensaml.saml.saml1.core.SubjectSAML1ComponentBuilder. createSaml1v1Subject(SubjectBean subjectBean)Create a SAML Subject from a SubjectBean instancestatic org.opensaml.saml.saml2.core.SubjectSAML2ComponentBuilder. createSaml2Subject(SubjectBean subjectBean)Create a Subject.
-