Interface OverriddenIssuerProfileConfiguration
- All Superinterfaces:
Component
,IdentifiedComponent
,ProfileConfiguration
ProfileConfiguration
with optional override of issuer setting.- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptiongetIssuer
(ProfileRequestContext profileRequestContext) Get overridden issuer value.Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
Methods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
-
Method Details
-
getIssuer
Get overridden issuer value.- Parameters:
profileRequestContext
- current profile request context- Returns:
- issuer or null to use usual default
-