Interface AuthnRequestGenerator<I extends RequestGeneratorInput>
-
- Type Parameters:
I
- request input type
- All Superinterfaces:
RequestGenerator<AuthnRequest,I>
- All Known Implementing Classes:
AbstractAuthnRequestGenerator
public interface AuthnRequestGenerator<I extends RequestGeneratorInput> extends RequestGenerator<AuthnRequest,I>
Interface for generatingAuthnRequest
messages.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Method Summary
-
Methods inherited from interface se.litsec.opensaml.saml2.common.request.RequestGenerator
generateRequest, getEntityID, getName
-
-