Uses of Class
org.apache.wss4j.common.saml.bean.NameIDBean
Packages that use NameIDBean
-
Uses of NameIDBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return NameIDBeanModifier and TypeMethodDescriptionDelegateBean.getNameIDBean()SubjectBean.getSubjectConfirmationNameID()Get the NameId of the SubjectConfirmation objectMethods in org.apache.wss4j.common.saml.bean with parameters of type NameIDBeanModifier and TypeMethodDescriptionvoidDelegateBean.setNameIDBean(NameIDBean nameIDBean) voidSubjectBean.setSubjectConfirmationNameID(NameIDBean subjectConfirmationNameID) Set the NameID of the SubjectConfirmation object -
Uses of NameIDBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type NameIDBeanModifier and TypeMethodDescriptionstatic org.opensaml.saml.saml2.core.NameIDSAML2ComponentBuilder.createNameID(NameIDBean nameIDBean)