Skip navigation links

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


oracle.security.idaas.oauth.common.appinfra
Interface AppWritableProfileHumanInfo

All Superinterfaces:
AppProfileHumanInfo

public interface AppWritableProfileHumanInfo
extends AppProfileHumanInfo

Nested Class Summary

  Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfileHumanInfo

AppProfileHumanInfo.AppProfileHumanURIType

  Method Summary

 void setDescription(java.lang.String description)
           
 void setHumanURI(AppProfileHumanInfo.AppProfileHumanURIType uriType, java.lang.String value)
           
 void setLocale(java.util.Locale locale)
           
 void setName(java.lang.String name)
           

  Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfileHumanInfo

getDescription, getHumanURI, getLocale, getName

 

Method Detail

setLocale

void setLocale(java.util.Locale locale)
Parameters:
locale -

setName

void setName(java.lang.String name)
Parameters:
name -

setDescription

void setDescription(java.lang.String description)
Parameters:
description -

setHumanURI

void setHumanURI(AppProfileHumanInfo.AppProfileHumanURIType uriType,
                 java.lang.String value)
Parameters:
uriType -
value -

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.