public interface RequestGeneratorInput
Modifier and Type | Method and Description |
---|---|
default X509Credential |
getOverrideSigningCredential()
A request generator normally has a configured signature credential that is used to sign the request.
|
String |
getPeerEntityID()
Returns the peer (IdP) entityID.
|
String |
getPreferredBinding()
If the caller prefers a specific binding to use, this method should return that.
|
String |
getRelayState()
Returns the relay state variable to use.
|
String getRelayState()
String getPeerEntityID()
String getPreferredBinding()
null
if the generator default should applydefault X509Credential getOverrideSigningCredential()
null
.Copyright © 2018 Litsec AB. All rights reserved.