Class RedirectDecisionHandler
- java.lang.Object
-
- com.ibm.security.access.policy.decision.RedirectDecisionHandler
-
- All Implemented Interfaces:
DecisionHandler
- Direct Known Subclasses:
RedirectChallengeDecisionHandler
,RedirectDenyDecisionHandler
public abstract class RedirectDecisionHandler extends java.lang.Object implements DecisionHandler
This class represents a decision handler that redirects the user to certain URI.
-
-
Constructor Summary
Constructors Constructor Description RedirectDecisionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRedirectUri()
Get the redirect URI.void
setRedirectUri(java.lang.String redirectUri)
Set the redirect URI.
-