public abstract class AbstractRequestGeneratorInput extends Object implements RequestGeneratorInput
| Constructor and Description |
|---|
AbstractRequestGeneratorInput() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setPeerEntityID(String peerEntityID)
Assigns the peer (IdP) entityID.
|
void |
setPreferredBinding(String preferredBinding)
Assigns the preferred binding to use for the request.
|
void |
setRelayState(String relayState)
Assigns the relay state for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOverrideSigningCredentialpublic String getRelayState()
getRelayState in interface RequestGeneratorInputpublic void setRelayState(String relayState)
relayState - the relay state, or nullpublic String getPeerEntityID()
getPeerEntityID in interface RequestGeneratorInputpublic void setPeerEntityID(String peerEntityID)
peerEntityID - the entityIDpublic String getPreferredBinding()
getPreferredBinding in interface RequestGeneratorInputnull if the generator default should applypublic void setPreferredBinding(String preferredBinding)
preferredBinding - binding, or nullCopyright © 2018 Litsec AB. All rights reserved.