Uses of Interface
org.projecthusky.xua.saml2.SubjectConfirmationBuilder
Packages that use SubjectConfirmationBuilder
-
Uses of SubjectConfirmationBuilder in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return SubjectConfirmationBuilderModifier and TypeMethodDescriptionMethod to set the Address of the SubjectConfirmation to be build. Methode um ein Address dem SubjectConfirmation hinzuzufügen.SubjectConfirmationBuilder.inResponseTo
(String aInResponseTo) Method to set the InResponseTo of the SubjectConfirmation to be build. Methode um ein InResponseTo dem SubjectConfirmation hinzuzufügen.Method to set the Method of the SubjectConfirmation to be build. Methode um ein Method dem SubjectConfirmation hinzuzufügen.Method to set the NotBefore of the SubjectConfirmation to be build. Methode um ein NotBefore dem SubjectConfirmation hinzuzufügen.SubjectConfirmationBuilder.notOnOrAfter
(Calendar aNotOnOrAfter) Method to set the NotOnOrAfter of the SubjectConfirmation to be build. Methode um ein NotOnOrAfter dem SubjectConfirmation hinzuzufügen.Method to set the Recipient of the SubjectConfirmation to be build. Methode um ein Recipient dem SubjectConfirmation hinzuzufügen. -
Uses of SubjectConfirmationBuilder in org.projecthusky.xua.saml2.impl
Classes in org.projecthusky.xua.saml2.impl that implement SubjectConfirmationBuilderModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for SubjectConfirmation building.Methods in org.projecthusky.xua.saml2.impl that return SubjectConfirmationBuilderModifier and TypeMethodDescriptionMethod to set the Address of the SubjectConfirmation to be build. Methode um ein Address dem SubjectConfirmation hinzuzufügen.SubjectConfirmationBuilderImpl.inResponseTo
(String aResponseTo) Method to set the InResponseTo of the SubjectConfirmation to be build. Methode um ein InResponseTo dem SubjectConfirmation hinzuzufügen.Method to set the Method of the SubjectConfirmation to be build. Methode um ein Method dem SubjectConfirmation hinzuzufügen.Method to set the NotBefore of the SubjectConfirmation to be build. Methode um ein NotBefore dem SubjectConfirmation hinzuzufügen.SubjectConfirmationBuilderImpl.notOnOrAfter
(Calendar aNotOnOrAfter) Method to set the NotOnOrAfter of the SubjectConfirmation to be build. Methode um ein NotOnOrAfter dem SubjectConfirmation hinzuzufügen.Method to set the Recipient of the SubjectConfirmation to be build. Methode um ein Recipient dem SubjectConfirmation hinzuzufügen.