Uses of Class
org.apache.wss4j.common.saml.bean.SubjectBean
Packages that use SubjectBean
Package
Description
-
Uses of SubjectBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return SubjectBeanModifier and TypeMethodDescriptionSAMLCallback.getSubject()Method getSubject returns the subject of this SAMLCallback object.Methods in org.apache.wss4j.common.saml with parameters of type SubjectBeanModifier and TypeMethodDescriptionvoidSAMLCallback.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 SubjectBeanModifier and TypeMethodDescriptionAttributeStatementBean.getSubject()Get the SubjectAuthDecisionStatementBean.getSubject()Get the SubjectAuthenticationStatementBean.getSubject()Get the SubjectMethods in org.apache.wss4j.common.saml.bean with parameters of type SubjectBeanModifier and TypeMethodDescriptionvoidAttributeStatementBean.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 SubjectBeanModifierConstructorDescriptionAttributeStatementBean(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 SubjectBeanModifier and TypeMethodDescriptionstatic 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.