|
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 ClientAuthorizationResponse
Method Summary
java.util.Collection<java.lang.String> |
getAudienceResult() |
java.util.Collection<ClientTrustCertificate> |
getClientTrustCertificates()Get Client Trust Certificates OAuth Server Framework validates JWT/SAML User Assertion using client trust certificates if these set otherwise OAuth Server Framework uses trusted third parties certificates to validate user assertions. |
void |
setAudienceResult(java.util.Collection<java.lang.String> audience) |
void |
setClientTrustCertificates(java.util.Collection<ClientTrustCertificate> clientTrustCertificates)Set Client Trust Certificates |
Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppResponse
getAdditionalAttributes, getErrorCodes, getResult, setAdditionalAttributes, setErrorCodes, setResult |
Method Detail
void setAudienceResult(java.util.Collection<java.lang.String> audience)
java.util.Collection<java.lang.String> getAudienceResult()
java.util.Collection<ClientTrustCertificate> getClientTrustCertificates()
void setClientTrustCertificates(java.util.Collection<ClientTrustCertificate> clientTrustCertificates)
clientTrustCertificates - - Client Trust Certificates
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||