Uses of Interface
org.projecthusky.xua.saml2.SubjectBuilder
Packages that use SubjectBuilder
-
Uses of SubjectBuilder in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return SubjectBuilderModifier and TypeMethodDescriptionSubjectBuilder.addSubjectConfirmations
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType aSubjectConfirmation) Method to add a SubjectConfirmation to the Subject to be build. Methode um ein SubjectConfirmation dem zu buildenden Subject hinzuzufügen.SubjectBuilder.nameIDFormat
(String aNameIDFormat) Builds the NameID.Format on the Subject. Bildet das NameID.Format im Subject.SubjectBuilder.nameIDNameQualifier
(String aNameIDNameQualifier) Builds the NameID.NameQualifier on the Subject. Bildet das NameID.NameQualifier im Subject.SubjectBuilder.nameIDValue
(String aNameIDValue) Builds the NameID.Value on the Subject. Bildet das NameID.Value im Subject.SubjectBuilder.subjectConfirmations
(List<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType> aSubjectConfirmations) Method to set a listSubjectConfirmation
s of the SubjectConfirmation to be build. Methode um eine liste vonSubjectConfirmation
dem SubjectConfirmation hinzuzufügen. -
Uses of SubjectBuilder in org.projecthusky.xua.saml2.impl
Classes in org.projecthusky.xua.saml2.impl that implement SubjectBuilderModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for Subject building. Die Klasse implementiert das entsprechende Interface um Subject bilden zu können.Methods in org.projecthusky.xua.saml2.impl that return SubjectBuilderModifier and TypeMethodDescriptionSubjectBuilderImpl.addSubjectConfirmations
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType aSubjectConfirmation) SubjectBuilderImpl.nameIDFormat
(String aNameIDFormat) SubjectBuilderImpl.nameIDNameQualifier
(String aNameIDNameQualifier) SubjectBuilderImpl.nameIDValue
(String aNameIDValue) Builds the NameID.Value on the Subject. Bildet das NameID.Value im Subject.SubjectBuilderImpl.subjectConfirmations
(List<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType> aSubjectConfirmations)