|
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 ClientProfile
This Client Profile interface is intentionally immutable. Every implementation of Client Profile provides Client Profile POJO viewable object
Nested Class Summary
static class |
ClientProfile.ClientType |
Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
AppProfile.AllowedTokenAttributesRetrievalProfile, AppProfile.AppSecret |
java.util.Collection<java.lang.String> |
getAllowedAudience() Get the collection of allowed audience |
java.util.Collection<java.lang.String> |
getAllowedGrantTypes() Get a list of Client allowed grant types empty collection is returned if none of grant types are not allowed for the client |
ClientScopeProfile |
getClientScopeProfile() Get Client Scope Profile |
ClientProfile.ClientType |
getClientType() Get the client type |
java.util.Collection<java.lang.String> |
getHttpRedirectURIs() Get a list of Client HTTP RedirectURIs empty collection is returned if HTTP redirect URIs are not configured |
MobileClientProfile |
getMobileClientProfile() Get the mobile client profile null is returned if the client type is not mobile |
long |
getSequenceNumber() Get the sequence number represents the client different number will be returned when client gets changed |
Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
getAllowedTokenAttributesRetrievalProfile, getAppId, getAppName, getAppProfileHumanInfo, getAppProfileHumanInfo, getAppSecret, getAttributes, getIdentityDomainUUID |
Method Detail
java.util.Collection<java.lang.String> getHttpRedirectURIs()
java.util.Collection<java.lang.String> getAllowedGrantTypes()
ClientScopeProfile getClientScopeProfile()
MobileClientProfile getMobileClientProfile()
ClientProfile.ClientType getClientType()
long getSequenceNumber()
java.util.Collection<java.lang.String> getAllowedAudience()
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |