|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.solutions.identity.relyingparty.openid.OpenIDAuthenticationRequest
public class OpenIDAuthenticationRequest
Constructor Summary | |
---|---|
OpenIDAuthenticationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse reponse)
|
Method Summary | |
---|---|
void |
addAuthPolicy(AuthPolicyType policyType)
Add requested authentication policies |
void |
addClaims(java.lang.String attribute,
java.util.ArrayList claims)
|
void |
addOptionalClaims(java.lang.String attribute)
Add optional attributes for Simple Registration. |
void |
addOptionalClaims(java.lang.String attribute,
java.lang.String namespace)
Add optional attributes for Attribute Exchange. |
void |
addRequestType(OpenIDRequestType requestType)
Indicate what sort of attributes being requested. |
void |
addRequiredClaims(java.lang.String attribute)
Add required attributes for Simple Registration. |
void |
addRequiredClaims(java.lang.String attribute,
java.lang.String namespace)
Add required attributes for Attribute Exchange. |
java.util.ArrayList<AuthPolicyType> |
getAuthTypes()
|
int |
getMaxAuthAge()
|
java.lang.String |
getOpenIDUrl()
|
java.util.ArrayList |
getOptionalClaims()
|
javax.servlet.http.HttpServletResponse |
getReponse()
|
javax.servlet.http.HttpServletRequest |
getRequest()
|
java.util.ArrayList<OpenIDRequestType> |
getRequestTypes()
|
java.util.ArrayList |
getRequiredClaims()
|
java.lang.String |
getReturnUrl()
|
void |
setMaxAuthAge(int maxAuthAge)
|
void |
setOpenIDUrl(java.lang.String openIDUrl)
|
void |
setReponse(javax.servlet.http.HttpServletResponse reponse)
|
void |
setRequest(javax.servlet.http.HttpServletRequest request)
|
void |
setReturnUrl(java.lang.String returnurl)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenIDAuthenticationRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse reponse)
Method Detail |
---|
public java.lang.String getOpenIDUrl()
public void setOpenIDUrl(java.lang.String openIDUrl)
public java.util.ArrayList<OpenIDRequestType> getRequestTypes()
public javax.servlet.http.HttpServletResponse getReponse()
public void setReponse(javax.servlet.http.HttpServletResponse reponse)
public javax.servlet.http.HttpServletRequest getRequest()
public void setRequest(javax.servlet.http.HttpServletRequest request)
public java.lang.String getReturnUrl()
public void setReturnUrl(java.lang.String returnurl)
public java.util.ArrayList getRequiredClaims()
public int getMaxAuthAge()
public void setMaxAuthAge(int maxAuthAge)
public java.util.ArrayList<AuthPolicyType> getAuthTypes()
public java.util.ArrayList getOptionalClaims()
public void addAuthPolicy(AuthPolicyType policyType)
policyType
- Requested policy typepublic void addRequestType(OpenIDRequestType requestType)
requestType
- OpenIDRequestTypepublic void addRequiredClaims(java.lang.String attribute) throws RelyingPartyException
attribute
- SReg required attribute
RelyingPartyException
public void addOptionalClaims(java.lang.String attribute) throws RelyingPartyException
attribute
- SReg optional attribute
RelyingPartyException
public void addRequiredClaims(java.lang.String attribute, java.lang.String namespace) throws RelyingPartyException
attribute
- Name of the attributenamespace
- Namespace of the attribute
RelyingPartyException
public void addOptionalClaims(java.lang.String attribute, java.lang.String namespace) throws RelyingPartyException
attribute
- Name of the attributenamespace
- Namespace of the attribute
RelyingPartyException
public void addClaims(java.lang.String attribute, java.util.ArrayList claims) throws RelyingPartyException
attribute
- claims
-
RelyingPartyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |