public class AuthnRequestParams extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AuthnRequestParams(AuthnRequestParams source)
Create a set of authentication request input parameters, by copying them from
another set.
|
|
AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy)
Create a set of authentication request input parameters.
|
|
AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy,
boolean allowCreate)
Create a set of authentication request input parameters.
|
|
AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy,
boolean allowCreate,
String nameIdValueReq)
Create a set of authentication request input parameters.
|
|
AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy,
String nameIdValueReq)
Create a set of authentication request input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getNameIdValueReq() |
boolean |
isAllowCreate() |
boolean |
isForceAuthn() |
boolean |
isPassive() |
boolean |
isSetNameIdPolicy() |
public AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy)
forceAuthn - whether the ForceAuthn attribute should be set to
trueisPassive - whether the IsPassive attribute should be set to
truesetNameIdPolicy - whether a NameIDPolicy should be setpublic AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy,
boolean allowCreate)
forceAuthn - whether the ForceAuthn attribute should be set to
trueisPassive - whether the IsPassive attribute should be set to
truesetNameIdPolicy - whether a NameIDPolicy should be setallowCreate - whether the AllowCreate attribute should be set to
true on the NameIDPolicy element; only
meaningful if setNameIdPolicy is also
truepublic AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy,
String nameIdValueReq)
forceAuthn - whether the ForceAuthn attribute should be set to
trueisPassive - whether the IsPassive attribute should be set to
truesetNameIdPolicy - whether a NameIDPolicy should be setnameIdValueReq - the subject that should be authenticatedpublic AuthnRequestParams(boolean forceAuthn,
boolean isPassive,
boolean setNameIdPolicy,
boolean allowCreate,
String nameIdValueReq)
forceAuthn - whether the ForceAuthn attribute should be set to
trueisPassive - whether the IsPassive attribute should be set to
truesetNameIdPolicy - whether a NameIDPolicy should be setallowCreate - the value to set for the allowCreate attribute of
NameIDPolicy element; null means it's
not set at all; only meaningful when
setNameIdPolicy is truenameIdValueReq - the subject that should be authenticatedprotected AuthnRequestParams(AuthnRequestParams source)
source - the source set of authentication request input parameterspublic boolean isForceAuthn()
ForceAuthn attribute should be set to
truepublic boolean isPassive()
IsPassive attribute should be set to
truepublic boolean isSetNameIdPolicy()
NameIDPolicy should be setpublic boolean isAllowCreate()
AllowCreate attribute should be set to
true on the NameIDPolicy element (only
meaningful if isSetNameIdPolicy() is also true)protected String getNameIdValueReq()
Copyright © 2021. All rights reserved.