Package net.shibboleth.idp.admin.impl
Class DumpConfigRequest
java.lang.Object
net.shibboleth.idp.admin.impl.DumpConfigRequest
Object representing a request to mock a profile request to obtain the effective configuration.
- Since:
- 5.0.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDumpConfigRequest(String profile, String protocol, String requester) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the profile to simulate.Get the protocol for metadata access.Get the ID of the requesting relying party.toString()
-
Field Details
-
profileId
Profile identifier to simulate a response for. -
protocolId
Protocol identifier for metadata access. -
requesterId
The ID of the requester.
-
-
Constructor Details
-
Method Details
-
getProfileId
Get the profile to simulate.- Returns:
- profile ID to simulate
-
getProtocolId
Get the protocol for metadata access.- Returns:
- protocol for metadata access
-
getRequesterId
Get the ID of the requesting relying party.- Returns:
- ID of the requesting relying party
-
toString
-