Package org.openiam.base.response
Class URIFederationResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.URIFederationResponse
-
- All Implemented Interfaces:
Serializable
public class URIFederationResponse extends Response
- Author:
- Lev Bornovalov Class used by the Apache Reverse Proxy to digest the result of URI Federation. Be careful when changing this class, as it may have unexpected consequences on the Proxy (which is written in C)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description URIFederationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAuthLevelForRule(String ruleId, String authLevelId)
void
addAuthLevelToken(URIAuthLevelToken token)
void
addErrorMapping(int code, String redirectURL)
void
addRuleToken(URIPatternRuleToken token)
void
addSubstitution(URISubstitutionToken token)
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
addErrorMapping
public void addErrorMapping(int code, String redirectURL)
-
addSubstitution
public void addSubstitution(URISubstitutionToken token)
-
addRuleToken
public void addRuleToken(URIPatternRuleToken token)
-
addAuthLevelToken
public void addAuthLevelToken(URIAuthLevelToken token)
-
-