public interface IPVPAuthnRequestBuilderConfiguruation
Modifier and Type | Method and Description |
---|---|
Integer |
getAssertionConsumerServiceId()
Define the ID of the AssertionConsumerService,
which defines the required attributes in service-provider metadata.
|
String |
getAuthnContextClassRef()
Define the AuthnContextClassRefernece of this request
Example:
http://www.ref.gv.at/ns/names/agiz/pvp/secclass/0-3
http://www.stork.gov.eu/1.0/citizenQAALevel/4
|
org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration |
getAuthnContextComparison()
Define the AuthnContextComparison model, which should be used
|
org.opensaml.xml.security.credential.Credential |
getAuthnRequestSigningCredential()
Define the credential, which should be used to sign the AuthnRequest
|
org.opensaml.saml2.metadata.EntityDescriptor |
getIDPEntityDescriptor()
Define the SAML2 EntityDescriptor of the IDP, which should receive the AuthnRequest
|
boolean |
getNameIDPolicyAllowCreation()
Set the SAML2 NameIDPolicy allow-creation flag
|
String |
getNameIDPolicyFormat()
Define the SAML2 NameIDPolicy
|
String |
getRequestID()
Define a SP specific SAML2 requestID
|
String |
getSPEntityID()
Define the SAML2 EntityID of the service provider.
|
String |
getSPNameForLogging()
Defines a unique name for this PVP Service-provider, which is used for logging
|
Element |
getSubjectConformationDate()
Define the information, which should be added as 'subjectConformationDate'
in 'SubjectConformation' element
|
String |
getSubjectConformationMethode()
Defines the 'method' attribute in 'SubjectConformation' element
|
String |
getSubjectNameID()
Set the requested SubjectNameID
|
String |
getSubjectNameIDFormat()
Define the format of the subjectNameID, which is included in authn-request
|
String |
getSubjectNameIDQualifier()
Define the qualifier of the
SubjectNameID
Like: 'urn:publicid:gv.at:cdid+BF' |
Boolean |
isPassivRequest()
If true, the SAML2 isPassive flag is set in the AuthnRequest
|
String getSPNameForLogging()
Boolean isPassivRequest()
Integer getAssertionConsumerServiceId()
String getSPEntityID()
String getNameIDPolicyFormat()
String getAuthnContextClassRef()
org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration getAuthnContextComparison()
org.opensaml.xml.security.credential.Credential getAuthnRequestSigningCredential()
org.opensaml.saml2.metadata.EntityDescriptor getIDPEntityDescriptor()
boolean getNameIDPolicyAllowCreation()
String getSubjectNameID()
String getSubjectNameIDQualifier()
SubjectNameID
String getSubjectNameIDFormat()
String getRequestID()
String getSubjectConformationMethode()
Element getSubjectConformationDate()
Copyright © 2017. All rights reserved.