|
Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service 11g Release 2 Patch Set 3 (11.1.2.3) E59498-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginContext
Method Summary
java.lang.String |
getClientAppId() |
HandlerRequest.ClientAppIdStatus |
getClientAppIdStatus() |
java.lang.String |
getRegClientAppId() |
java.util.Collection<RequestedScope> |
getRequestedScopes() |
SecurityEvent |
getSecurityEvent() |
java.lang.String |
getUserId() |
HandlerRequest.UserIdStatus |
getUserIdStatus() |
HandlerRequest.UserIdType |
getUserIdType() |
void |
setClientAppId(java.lang.String clientAppId) Setting the application id which presents in "X-IDAAS-REST-AUTHORIZATION" header |
void |
setClientAppIdStatus(HandlerRequest.ClientAppIdStatus clientAppIdStatus) |
void |
setRegClientAppId(java.lang.String regClientAppId) Setting the application id which is being registered |
void |
setRequestedScopes(java.util.Collection<RequestedScope> requestedScopes) |
void |
setSecurityEvent(SecurityEvent securityEvent) |
void |
setUserId(java.lang.String userId) |
void |
setUserIdStatus(HandlerRequest.UserIdStatus userIdStatus) |
void |
setUserIdType(HandlerRequest.UserIdType userIdType) |
Method Detail
void setSecurityEvent(SecurityEvent securityEvent)
SecurityEvent getSecurityEvent()
void setRegClientAppId(java.lang.String regClientAppId)
regClientAppId
-java.lang.String getRegClientAppId()
void setClientAppId(java.lang.String clientAppId)
clientAppId
-java.lang.String getClientAppId()
void setClientAppIdStatus(HandlerRequest.ClientAppIdStatus clientAppIdStatus)
HandlerRequest.ClientAppIdStatus getClientAppIdStatus()
void setUserId(java.lang.String userId)
java.lang.String getUserId()
void setUserIdStatus(HandlerRequest.UserIdStatus userIdStatus)
HandlerRequest.UserIdStatus getUserIdStatus()
void setUserIdType(HandlerRequest.UserIdType userIdType)
HandlerRequest.UserIdType getUserIdType()
void setRequestedScopes(java.util.Collection<RequestedScope> requestedScopes)
java.util.Collection<RequestedScope> getRequestedScopes()
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |