Uses of Interface
org.projecthusky.xua.saml2.AuthnStatementBuilder
Packages that use AuthnStatementBuilder
-
Uses of AuthnStatementBuilder in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return AuthnStatementBuilderModifier and TypeMethodDescriptionAuthnStatementBuilder.authnContextClassRef
(String aAuthnContextClassRef) Method to set the AuthnContextClassRef as Calendar. Methode um die AuthnContextClassRef as Calendar.AuthnStatementBuilder.authnInstant
(Calendar aCalendar) Method to set the AuthnInstant as Calendar. Methode um die AuthnInstant as Calendar.AuthnStatementBuilder.sessionIndex
(String aSessionIndex) Method to set the SessionIndex as Calendar. Methode um die SessionIndex as Calendar.AuthnStatementBuilder.sessionNotOnOrAfter
(Calendar aSessionNotOnOrAfter) Method to set the SessionNotOnOrAfter as Calendar. Methode um die SessionNotOnOrAfter als Calendar zu erhalten. -
Uses of AuthnStatementBuilder in org.projecthusky.xua.saml2.impl
Classes in org.projecthusky.xua.saml2.impl that implement AuthnStatementBuilderModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for AuthnStatement building. Die Klasse implementiert das entsprechende Interface um AuthnStatements bilden zu können.Methods in org.projecthusky.xua.saml2.impl that return AuthnStatementBuilderModifier and TypeMethodDescriptionAuthnStatementBuilderImpl.authnContextClassRef
(String aAuthnContextClassRef) AuthnStatementBuilderImpl.authnInstant
(Calendar aAuthnInstant) AuthnStatementBuilderImpl.sessionIndex
(String aSessionIndex) AuthnStatementBuilderImpl.sessionNotOnOrAfter
(Calendar aSessionNotOnOrAfter)