Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01

A B C D E F G H I J L M N O P R S T U W


A

ACCT_DISABLED_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
ACCT_INACTIVE_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
ACCT_UNLOCK_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
ADD - Static variable in class oracle.security.idm.ModProperty
This constant specifies to add a property with the specified values.
addFilterComponent(SearchFilter) - Method in interface oracle.security.idm.ComplexSearchFilter
Add the SearchFilter component to this Complex filter's list
addManager(Principal) - Method in interface oracle.security.idm.RoleProfile
Add the specified principal as one of the managers of the role.
addOwner(Principal) - Method in interface oracle.security.idm.RoleProfile
Add the specified principal as one of the owners of the role.
addOwner(User) - Method in interface oracle.security.idm.RoleProfile
Deprecated. use RoleProfile.addOwner(Principal principal)
addValue(Object) - Method in class oracle.security.idm.Property
Add a new value associated with this property.
ADF_IM_FACTORY_CLASS - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
ADF_IM_PROVIDER_URL - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
ADF_IM_SECURITY_CREDENTIALS - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
ADF_IM_SECURITY_PRINCIPAL - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
ADF_IM_SUBSCRIBER_NAME - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
authenticateUser(String, char[]) - Method in interface oracle.security.idm.UserManager
Authenticates the user.
authenticateUser(User, char[]) - Method in interface oracle.security.idm.UserManager
 
authenticateUser(String, String, char[]) - Method in interface oracle.security.idm.UserManager
 
AuthenticationException - Exception in oracle.security.idm
This exception is thrown when an authentication error occurs while accessing the identity store.
AuthenticationException() - Constructor for exception oracle.security.idm.AuthenticationException
 
AuthenticationException(String, int) - Constructor for exception oracle.security.idm.AuthenticationException
 
AuthenticationException(String) - Constructor for exception oracle.security.idm.AuthenticationException
 
AuthenticationException(String, Exception, int) - Constructor for exception oracle.security.idm.AuthenticationException
 
AuthenticationWarningException - Exception in oracle.security.idm
 
AuthenticationWarningException() - Constructor for exception oracle.security.idm.AuthenticationWarningException
 
AuthenticationWarningException(String, int) - Constructor for exception oracle.security.idm.AuthenticationWarningException
 
AuthenticationWarningException(String) - Constructor for exception oracle.security.idm.AuthenticationWarningException
 

B

BUSINESS_CITY - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_COUNTRY - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_EMAIL - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_FAX - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_MOBILE - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_PAGER - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_PHONE - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_PO_BOX - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_POSTAL_ADDR - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_POSTAL_CODE - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_STATE - Static variable in interface oracle.security.idm.UserProfile
 
BUSINESS_STREET - Static variable in interface oracle.security.idm.UserProfile
 

C

clone() - Method in class oracle.security.idm.SearchParameters
 
close() - Method in interface oracle.security.idm.IdentityStore
Closes this IdentityStore instance and free any resources associated with it.
close() - Method in interface oracle.security.idm.IdentityStoreFactory
Closes this Store object and free any resources associated with it.
close() - Method in interface oracle.security.idm.SearchResponse
Closes this response object and frees all resources associated with it.
ComplexSearchFilter - Interface in oracle.security.idm
A complex search filter represents a complex logical expression that can be used to filter results from underlying identity repository.
ConfigurationException - Exception in oracle.security.idm
This exception is thrown when there is a configuration problem.
ConfigurationException() - Constructor for exception oracle.security.idm.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception oracle.security.idm.ConfigurationException
 
ConfigurationException(String) - Constructor for exception oracle.security.idm.ConfigurationException
 
createRole(String, int) - Method in interface oracle.security.idm.RoleManager
Create role within specified scope
createRole(String) - Method in interface oracle.security.idm.RoleManager
Create role in the application scope
createUser(String, char[]) - Method in interface oracle.security.idm.UserManager
Create a user with specified name in the identity repository.
createUser(String, char[], PropertySet) - Method in interface oracle.security.idm.UserManager
 

D

DATE_OF_BIRTH - Static variable in interface oracle.security.idm.UserProfile
 
DATE_OF_HIRE - Static variable in interface oracle.security.idm.UserProfile
 
DEFAULT_GROUP - Static variable in interface oracle.security.idm.UserProfile
 
DEFAULT_PAGE_SIZE - Static variable in class oracle.security.idm.SearchParameters
 
DEPARTMENT - Static variable in interface oracle.security.idm.UserProfile
 
DESCRIPTION - Static variable in interface oracle.security.idm.RoleProfile
 
DESCRIPTION - Static variable in interface oracle.security.idm.UserProfile
 
DISPLAY_NAME - Static variable in interface oracle.security.idm.RoleProfile
 
DISPLAY_NAME - Static variable in interface oracle.security.idm.UserProfile
 
dropRole(RoleProfile) - Method in interface oracle.security.idm.RoleManager
Drop the role from the identity repository.
dropRole(Role) - Method in interface oracle.security.idm.RoleManager
 
dropUser(UserProfile) - Method in interface oracle.security.idm.UserManager
Drop the user from the identity repository.
dropUser(User) - Method in interface oracle.security.idm.UserManager
 

E

EMPLOYEE_NUMBER - Static variable in interface oracle.security.idm.UserProfile
 
EMPLOYEE_TYPE - Static variable in interface oracle.security.idm.UserProfile
 
exists(User) - Method in interface oracle.security.idm.IdentityStore
Determines whether the given user exists in the identity repository.
exists(Role) - Method in interface oracle.security.idm.IdentityStore
Determines whether the given role exists in the identity repository.

F

FIRST_NAME - Static variable in interface oracle.security.idm.UserProfile
 

G

get(String) - Method in class oracle.security.idm.PropertySet
Get the property with specified name.
getAll() - Method in class oracle.security.idm.PropertySet
Get all the properties as an iterator.
getAllUserProperties() - Method in interface oracle.security.idm.UserProfile
 
getAttributeName() - Method in interface oracle.security.idm.SimpleSearchFilter
 
getBusinessCity() - Method in interface oracle.security.idm.UserProfile
 
getBusinessCountry() - Method in interface oracle.security.idm.UserProfile
 
getBusinessEmail() - Method in interface oracle.security.idm.UserProfile
 
getBusinessFax() - Method in interface oracle.security.idm.UserProfile
 
getBusinessMobile() - Method in interface oracle.security.idm.UserProfile
 
getBusinessPager() - Method in interface oracle.security.idm.UserProfile
 
getBusinessPhone() - Method in interface oracle.security.idm.UserProfile
 
getBusinessPOBox() - Method in interface oracle.security.idm.UserProfile
 
getBusinessPostalAddr() - Method in interface oracle.security.idm.UserProfile
 
getBusinessPostalCode() - Method in interface oracle.security.idm.UserProfile
 
getBusinessState() - Method in interface oracle.security.idm.UserProfile
 
getBusinessStreet() - Method in interface oracle.security.idm.UserProfile
 
getComplexSearchFilter(SearchFilter[], int) - Method in interface oracle.security.idm.IdentityStore
Returns ComplexSearchFilter instance.
getCountLimit() - Method in class oracle.security.idm.SearchParameters
 
getDateofBirth() - Method in interface oracle.security.idm.UserProfile
 
getDateofHire() - Method in interface oracle.security.idm.UserProfile
 
getDefaultGroup() - Method in interface oracle.security.idm.UserProfile
 
getDepartment() - Method in interface oracle.security.idm.UserProfile
 
getDepartmentNumber() - Method in interface oracle.security.idm.UserProfile
 
getDescription() - Method in interface oracle.security.idm.RoleProfile
 
getDescription() - Method in interface oracle.security.idm.UserProfile
 
getDisplayName() - Method in interface oracle.security.idm.Identity
Returns display name of this Identity.
getEmployeeNumber() - Method in interface oracle.security.idm.UserProfile
 
getEmployeeType() - Method in interface oracle.security.idm.UserProfile
 
getFilter() - Method in class oracle.security.idm.SearchParameters
 
getFirstName() - Method in interface oracle.security.idm.UserProfile
 
getGivenName() - Method in interface oracle.security.idm.UserProfile
 
getGrantedRoles(Principal, boolean) - Method in interface oracle.security.idm.RoleManager
Get all the roles granted to this principal.
getGrantees(SearchFilter, boolean) - Method in interface oracle.security.idm.RoleProfile
Get all the grantees that are directly or indirectly granted this role.
getGUID() - Method in interface oracle.security.idm.Identity
Get the global unique identifier for this identity.
getHomeAddress() - Method in interface oracle.security.idm.UserProfile
 
getHomePhone() - Method in interface oracle.security.idm.UserProfile
 
getIdentityStoreFactory() - Method in class oracle.security.idm.IdentityStoreFactoryBuilder
Get the IdentityStoreFactory instance for the service provider.
getIdentityStoreFactory(String, Hashtable) - Method in class oracle.security.idm.IdentityStoreFactoryBuilder
Get the IdentityStoreFactory instance for the service provider.
getIdentityStoreFactory(String) - Method in class oracle.security.idm.IdentityStoreFactoryBuilder
Get the IdentityStoreFactory instance for the service provider.
getIdentityStoreInstance(Hashtable) - Method in interface oracle.security.idm.IdentityStoreFactory
Get an IdentityStore instance.
getIdentityStoreInstance() - Method in interface oracle.security.idm.IdentityStoreFactory
 
getInitials() - Method in interface oracle.security.idm.UserProfile
 
getJPEGPhoto() - Method in interface oracle.security.idm.UserProfile
 
getLastName() - Method in interface oracle.security.idm.UserProfile
 
getMaidenName() - Method in interface oracle.security.idm.UserProfile
 
getManagedRoles(Principal, boolean) - Method in interface oracle.security.idm.RoleManager
Get all the roles managed by this principal.
getManagementChain(int, String, String) - Method in interface oracle.security.idm.UserProfile
Get Management chain heirarchy for this user.
getManager() - Method in interface oracle.security.idm.UserProfile
 
getManagers(SearchFilter) - Method in interface oracle.security.idm.RoleProfile
Deprecated. This method returns all the managers (only direct). Use this instead RoleProfile.getManagers(SearchFilter filter, boolean direct)
getManagers(SearchFilter, boolean) - Method in interface oracle.security.idm.RoleProfile
Get all the managers of this role.
getMandatoryUserPropertyNames() - Method in interface oracle.security.idm.IdentityStore
Gets the list of mandatory user property names as supported by the underlying repository.
getMiddleName() - Method in interface oracle.security.idm.UserProfile
 
getModOP() - Method in class oracle.security.idm.ModProperty
Get the type of modification operator.
getName() - Method in interface oracle.security.idm.Identity
Returns the name of this Identity.
getName() - Method in class oracle.security.idm.Property
Get the name of the property.
getNameSuffix() - Method in interface oracle.security.idm.UserProfile
 
getNativeRepresentation() - Method in interface oracle.security.idm.SearchFilter
returns native representation of this filter.
getOperatorType() - Method in interface oracle.security.idm.ComplexSearchFilter
Logical operator type which binds the SearchFilter components together
getOrganization() - Method in interface oracle.security.idm.UserProfile
 
getOrganiztionalUnit() - Method in interface oracle.security.idm.UserProfile
 
getOwnedRoles(Principal, boolean) - Method in interface oracle.security.idm.RoleManager
Get all the roles owned by this principal.
getOwners(SearchFilter) - Method in interface oracle.security.idm.RoleProfile
Deprecated. This method returns all the owners (both direct and indirect). Use this instead RoleProfile.getOwners(SearchFilter filter, boolean direct)
getOwners(SearchFilter, boolean) - Method in interface oracle.security.idm.RoleProfile
Get all the owners of this role.
getPageSize() - Method in class oracle.security.idm.SearchParameters
 
getPasswordPolicyError() - Method in exception oracle.security.idm.AuthenticationException
 
getPasswordPolicyWarning() - Method in exception oracle.security.idm.AuthenticationWarningException
 
getPolicyStatusCode() - Method in exception oracle.security.idm.PasswordPolicyException
 
getPreferredLanguage() - Method in interface oracle.security.idm.UserProfile
 
getPrincipal() - Method in interface oracle.security.idm.Identity
Returns the java.security.Principal object representing this Identity.
getProperties(String[]) - Method in interface oracle.security.idm.UserProfile
 
getProperty(String) - Method in interface oracle.security.idm.RoleProfile
 
getProperty(String) - Method in interface oracle.security.idm.StoreConfiguration
Get the value of specified configuration property
getProperty(String) - Method in interface oracle.security.idm.UserProfile
 
getPropertyVal(String) - Method in interface oracle.security.idm.UserProfile
 
getReportees(boolean) - Method in interface oracle.security.idm.UserProfile
Get reportee for this user.
getResultCount() - Method in interface oracle.security.idm.SearchResponse
Returns the total result count.
getRoleManager() - Method in interface oracle.security.idm.IdentityStore
Get the role manager for managing roles.
getRolePrincipals(Subject) - Method in interface oracle.security.idm.SubjectParser
 
getRoleProfile() - Method in interface oracle.security.idm.Role
Get the complete profile for this Role.
getSearchableAttributes() - Method in interface oracle.security.idm.IdentityStore
Determines all the attributes in identity respsitory that are searchable.
getSearchIdentityType() - Method in class oracle.security.idm.SearchParameters
 
getSimpleSearchFilter(String, int, Object) - Method in interface oracle.security.idm.IdentityStore
Returns SimpleSearchFilter instance.
getStoreConfiguration() - Method in interface oracle.security.idm.IdentityStore
Retrieves the StoreConfiguration instance associated with this IdentityStore instance.
getSubjectParser() - Method in interface oracle.security.idm.IdentityStore
Returns SubjectParser instance.
getTimeLimit() - Method in class oracle.security.idm.SearchParameters
 
getTimeZone() - Method in interface oracle.security.idm.UserProfile
 
getTitle() - Method in interface oracle.security.idm.UserProfile
 
getType() - Method in interface oracle.security.idm.SimpleSearchFilter
 
getUIAccessMode() - Method in interface oracle.security.idm.UserProfile
 
getUniqueName() - Method in interface oracle.security.idm.Identity
Gets the unique name for this identity.
getUserCertificate() - Method in interface oracle.security.idm.UserProfile
 
getUserID() - Method in interface oracle.security.idm.UserProfile
 
getUserManager() - Method in interface oracle.security.idm.IdentityStore
Get the user manager for managing users.
getUserName() - Method in interface oracle.security.idm.UserProfile
 
getUserPrincipal(Subject) - Method in interface oracle.security.idm.SubjectParser
 
getUserProfile() - Method in interface oracle.security.idm.User
Get the complete profile for this user.
getUserPropertyNames() - Method in interface oracle.security.idm.IdentityStore
Gets the list of user property names as supported by the underlying repository.
getValue() - Method in interface oracle.security.idm.SimpleSearchFilter
 
getValues() - Method in class oracle.security.idm.Property
Get list of values associated with this property.
getWildCardChar() - Method in interface oracle.security.idm.SimpleSearchFilter
Get wild card character to be used in attribute value matching.
getWirelessAcctNumber() - Method in interface oracle.security.idm.UserProfile
 
grantRole(Role, Principal) - Method in interface oracle.security.idm.RoleManager
Grant the specified role to the principal
GUID - Static variable in interface oracle.security.idm.RoleProfile
 
GUID - Static variable in interface oracle.security.idm.UserProfile
 

H

hasNext() - Method in interface oracle.security.idm.SearchResponse
Determines if further results are available.
HOME_ADDRESS - Static variable in interface oracle.security.idm.UserProfile
 
HOME_PHONE - Static variable in interface oracle.security.idm.UserProfile
 

I

Identity - Interface in oracle.security.idm
Interface representing a basic identity in the identity repository.
IdentityStore - Interface in oracle.security.idm
IdentityStore represents a handle to actual identity repository.
IdentityStoreFactory - Interface in oracle.security.idm
IdentityStoreFactory is a programmatic represention of underlying identity repository.
IdentityStoreFactoryBuilder - Class in oracle.security.idm
Class that builds the identity store factory.
IdentityStoreFactoryBuilder() - Constructor for class oracle.security.idm.IdentityStoreFactoryBuilder
 
IMException - Exception in oracle.security.idm
This exception is the super class of all the exceptions thrown by ADF identity management apis.
IMException() - Constructor for exception oracle.security.idm.IMException
 
IMException(Throwable) - Constructor for exception oracle.security.idm.IMException
 
IMException(String) - Constructor for exception oracle.security.idm.IMException
 
INITIALS - Static variable in interface oracle.security.idm.UserProfile
 
isApplicationRole() - Method in interface oracle.security.idm.RoleProfile
 
isCreateRoleSupported() - Method in interface oracle.security.idm.RoleManager
 
isCreateUserSupported() - Method in interface oracle.security.idm.UserManager
 
isDropRoleSupported() - Method in interface oracle.security.idm.RoleManager
 
isDropUserSupported() - Method in interface oracle.security.idm.UserManager
 
isEnterpriseRole() - Method in interface oracle.security.idm.RoleProfile
 
isError() - Method in exception oracle.security.idm.PasswordPolicyException
 
isGranted(Role, Principal) - Method in interface oracle.security.idm.RoleManager
Determines whether specified role has been granted to this principal.
isManagedBy(Role, Principal) - Method in interface oracle.security.idm.RoleManager
Determines whether specified role is managed by this principal.
isModifyRoleSupported() - Method in interface oracle.security.idm.RoleManager
 
isModifyUserSupported() - Method in interface oracle.security.idm.UserManager
 
isNegated() - Method in interface oracle.security.idm.SearchFilter
Return the current NOT state of the SearchFilter
isOwnedBy(Role, Principal) - Method in interface oracle.security.idm.RoleManager
Determines whether specified role is owned by this principal.
isSeeded() - Method in interface oracle.security.idm.RoleProfile
 

J

JPEG_PHOTO - Static variable in interface oracle.security.idm.UserProfile
 

L

LAST_NAME - Static variable in interface oracle.security.idm.UserProfile
 

M

MAIDEN_NAME - Static variable in interface oracle.security.idm.UserProfile
 
MANAGER - Static variable in interface oracle.security.idm.RoleProfile
 
MANAGER - Static variable in interface oracle.security.idm.UserProfile
 
MIDDLE_NAME - Static variable in interface oracle.security.idm.UserProfile
 
ModProperty - Class in oracle.security.idm
This class represents the modification of property.
ModProperty(String, List, int) - Constructor for class oracle.security.idm.ModProperty
Construct a ModProperty from Attribute name, modification operator and list of modified values.
ModProperty(String, Object, int) - Constructor for class oracle.security.idm.ModProperty
Construct a ModProperty from Attribute name, modification operator and modified value.
ModProperty(Property, int) - Constructor for class oracle.security.idm.ModProperty
Construct a ModProperty from existing property and the modification operator.

N

NAME - Static variable in interface oracle.security.idm.RoleProfile
 
NAME - Static variable in interface oracle.security.idm.UserProfile
 
NAME_SUFFIX - Static variable in interface oracle.security.idm.UserProfile
 
negate() - Method in interface oracle.security.idm.SearchFilter
Toggle the NOT state of the SearchFilter
next() - Method in interface oracle.security.idm.SearchResponse
Returns the next result in the response
NoPermissionException - Exception in oracle.security.idm
This exception is thrown when attempting to perform an operation for which the api caller has no permission.
NoPermissionException() - Constructor for exception oracle.security.idm.NoPermissionException
 
NoPermissionException(Throwable) - Constructor for exception oracle.security.idm.NoPermissionException
 
NoPermissionException(String) - Constructor for exception oracle.security.idm.NoPermissionException
 

O

ObjectExistsException - Exception in oracle.security.idm
This exception is thrown when an identity with given name is already present in the underlying identity store.
ObjectExistsException() - Constructor for exception oracle.security.idm.ObjectExistsException
 
ObjectExistsException(Throwable) - Constructor for exception oracle.security.idm.ObjectExistsException
 
ObjectExistsException(String) - Constructor for exception oracle.security.idm.ObjectExistsException
 
ObjectNotFoundException - Exception in oracle.security.idm
This exception is thrown when a specified identity doesn't exist in the identity store.
ObjectNotFoundException() - Constructor for exception oracle.security.idm.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception oracle.security.idm.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception oracle.security.idm.ObjectNotFoundException
 
OperationFailureException - Exception in oracle.security.idm
This exception is thrown when an operation fails while being executed in the underlying identity store.
OperationFailureException() - Constructor for exception oracle.security.idm.OperationFailureException
 
OperationFailureException(Throwable) - Constructor for exception oracle.security.idm.OperationFailureException
 
OperationFailureException(String) - Constructor for exception oracle.security.idm.OperationFailureException
 
OperationNotSupportedException - Exception in oracle.security.idm
This exception is thrown by an service provider if it doesn't support an operation.
OperationNotSupportedException() - Constructor for exception oracle.security.idm.OperationNotSupportedException
 
OperationNotSupportedException(Throwable) - Constructor for exception oracle.security.idm.OperationNotSupportedException
 
OperationNotSupportedException(String) - Constructor for exception oracle.security.idm.OperationNotSupportedException
 
oracle.security.idm - package oracle.security.idm
 
ORGANIZATION - Static variable in interface oracle.security.idm.UserProfile
 
ORGANIZATIONAL_UNIT - Static variable in interface oracle.security.idm.UserProfile
 
OWNER - Static variable in interface oracle.security.idm.RoleProfile
 

P

PASSWORD - Static variable in interface oracle.security.idm.UserProfile
 
PASSWORD_ACCOUNT_LOCKED_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_EXPIRE_WARNING - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_EXPIRED_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_GRACE_LOGIN_WARNING - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_ILLEGAL_VALUE_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_IN_HISTORY_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_IP_ACCOUNT_LOCKED_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_MINLENGTH_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_MUST_CHANGE_WARNING - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_NULL_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PASSWORD_NUMERIC_ERROR - Static variable in exception oracle.security.idm.PasswordPolicyException
 
PasswordPolicyException - Exception in oracle.security.idm
 
PasswordPolicyException(int, boolean) - Constructor for exception oracle.security.idm.PasswordPolicyException
 
PasswordPolicyException(String, int, boolean) - Constructor for exception oracle.security.idm.PasswordPolicyException
 
PREFERRED_LANGUAGE - Static variable in interface oracle.security.idm.UserProfile
 
Property - Class in oracle.security.idm
Property contain name-value(s) information.
Property(String, List) - Constructor for class oracle.security.idm.Property
Construct a property from name string and associated list of values.
Property(String, Object) - Constructor for class oracle.security.idm.Property
Construct a property from name string and associated value.
PropertySet - Class in oracle.security.idm
PropertySet is a collection of property name and value pairs.
PropertySet() - Constructor for class oracle.security.idm.PropertySet
Construct a empty PropertySet.
put(Property) - Method in class oracle.security.idm.PropertySet
Put the property with specified name.

R

REMOVE - Static variable in class oracle.security.idm.ModProperty
This constant specifies to remove the property with the specified values.
remove(String) - Method in class oracle.security.idm.PropertySet
Remove a particular property from the set.
removeManager(Principal) - Method in interface oracle.security.idm.RoleProfile
Remove the specified principal from the managers of the role.
removeOwner(Principal) - Method in interface oracle.security.idm.RoleProfile
Remove the specified principal from the owners of the role.
removeOwner(User) - Method in interface oracle.security.idm.RoleProfile
Deprecated. use RoleProfile.removeOwner(Principal principal)
REPLACE - Static variable in class oracle.security.idm.ModProperty
This constant specifies to replace the property with the specified values.
revokeRole(Role, Principal) - Method in interface oracle.security.idm.RoleManager
Revoke the specified role from the principal
Role - Interface in oracle.security.idm
This interface represents a role in the identity store.
RoleManager - Interface in oracle.security.idm
This interface represents a role manager that manages execution of various operations, involving roles, in the identity repository.
RoleProfile - Interface in oracle.security.idm
This interface represents detailed profile of a role.

S

SCOPE_ANY - Static variable in interface oracle.security.idm.Role
 
SCOPE_APPLICATION - Static variable in interface oracle.security.idm.Role
 
SCOPE_ENTERPRISE - Static variable in interface oracle.security.idm.Role
 
search(SearchParameters) - Method in interface oracle.security.idm.IdentityStore
Search for users/roles.
SEARCH_BY_GUID - Static variable in interface oracle.security.idm.IdentityStore
search type to specify that identities should be searched by GUID of the Identity.
SEARCH_BY_NAME - Static variable in interface oracle.security.idm.IdentityStore
search type to specify that identities should be searched by name.
SEARCH_BY_UNIQUE_NAME - Static variable in interface oracle.security.idm.IdentityStore
search type to specify that identities should be searched by unique name.
SEARCH_ROLES_ONLY - Static variable in class oracle.security.idm.SearchParameters
 
SEARCH_USERS_AND_ROLES - Static variable in class oracle.security.idm.SearchParameters
 
SEARCH_USERS_ONLY - Static variable in class oracle.security.idm.SearchParameters
 
SearchFilter - Interface in oracle.security.idm
This interface represents a search filter to be used in searching the identity repository.
SearchParameters - Class in oracle.security.idm
This class represents search parameters that need to be specified while performing searches on the identity store.
SearchParameters() - Constructor for class oracle.security.idm.SearchParameters
 
SearchParameters(SearchFilter, int) - Constructor for class oracle.security.idm.SearchParameters
 
SearchParameters(SearchFilter, int, int) - Constructor for class oracle.security.idm.SearchParameters
 
SearchParameters(SearchFilter, int, int, int, int) - Constructor for class oracle.security.idm.SearchParameters
 
searchProfiles(SearchParameters) - Method in interface oracle.security.idm.IdentityStore
Search for user/role profiles.
SearchResponse - Interface in oracle.security.idm
This interface represents search results obtained after searching from identity store.
searchRole(int, String) - Method in interface oracle.security.idm.IdentityStore
Search for role with specified value
searchRoles(int, SearchParameters) - Method in interface oracle.security.idm.IdentityStore
Search for roles within specified role scope.
searchUser(String) - Method in interface oracle.security.idm.IdentityStore
Search for user with specified name
searchUser(int, String) - Method in interface oracle.security.idm.IdentityStore
Search for user with specified value
searchUser(Principal) - Method in interface oracle.security.idm.IdentityStore
Search the user corresponding to given user principal object
searchUsers(SearchParameters) - Method in interface oracle.security.idm.IdentityStore
Search for users.
setAttribute(String) - Method in interface oracle.security.idm.SimpleSearchFilter
Set attribute name.
setBusinessCity(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessCountry(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessEmail(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessFax(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessMobile(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessPager(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessPhone(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessPOBox(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessPostalAddr(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessPostalCode(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessState(String) - Method in interface oracle.security.idm.UserProfile
 
setBusinessStreet(String) - Method in interface oracle.security.idm.UserProfile
 
setCountLimit(int) - Method in class oracle.security.idm.SearchParameters
Maximum number of search results to be returned
setDateofBirth(String) - Method in interface oracle.security.idm.UserProfile
 
setDateofHire(String) - Method in interface oracle.security.idm.UserProfile
 
setDefaultGroup(String) - Method in interface oracle.security.idm.UserProfile
 
setDepartment(String) - Method in interface oracle.security.idm.UserProfile
 
setDepartmentNumber(String) - Method in interface oracle.security.idm.UserProfile
 
setDescription(String) - Method in interface oracle.security.idm.RoleProfile
 
setDescription(String) - Method in interface oracle.security.idm.UserProfile
 
setDisplayName(String) - Method in interface oracle.security.idm.RoleProfile
 
setDisplayName(String) - Method in interface oracle.security.idm.UserProfile
 
setEmployeeNumber(String) - Method in interface oracle.security.idm.UserProfile
 
setEmployeeType(String) - Method in interface oracle.security.idm.UserProfile
 
setFilter(SearchFilter) - Method in class oracle.security.idm.SearchParameters
 
setFirstName(String) - Method in interface oracle.security.idm.UserProfile
 
setGivenName(String) - Method in interface oracle.security.idm.UserProfile
 
setHomeAddress(String) - Method in interface oracle.security.idm.UserProfile
 
setHomePhone(String) - Method in interface oracle.security.idm.UserProfile
 
setInitials(String) - Method in interface oracle.security.idm.UserProfile
 
setJPEGPhoto(String) - Method in interface oracle.security.idm.UserProfile
 
setLastName(String) - Method in interface oracle.security.idm.UserProfile
 
setMaidenName(String) - Method in interface oracle.security.idm.UserProfile
 
setManager(String) - Method in interface oracle.security.idm.UserProfile
 
setMiddleName(String) - Method in interface oracle.security.idm.UserProfile
 
setName(String) - Method in interface oracle.security.idm.RoleProfile
 
setName(String) - Method in interface oracle.security.idm.UserProfile
 
setNameSuffix(String) - Method in interface oracle.security.idm.UserProfile
 
setNegate() - Method in interface oracle.security.idm.SearchFilter
Deprecated. use SearchFilter.negate()
setOrganization(String) - Method in interface oracle.security.idm.UserProfile
 
setOrganizationalUnit(String) - Method in interface oracle.security.idm.UserProfile
 
setPageSize(int) - Method in class oracle.security.idm.SearchParameters
 
setPassword(char[], char[]) - Method in interface oracle.security.idm.UserProfile
 
setPreferredLanguage(String) - Method in interface oracle.security.idm.UserProfile
 
setProperties(Map) - Method in interface oracle.security.idm.StoreConfiguration
Set multiple configuration properties.
setProperties(ModProperty[]) - Method in interface oracle.security.idm.UserProfile
 
setProperty(String, Object) - Method in interface oracle.security.idm.StoreConfiguration
Set specified configuration property
setProperty(ModProperty) - Method in interface oracle.security.idm.UserProfile
Set property values.
setSearchIdentityType(int) - Method in class oracle.security.idm.SearchParameters
 
setTimeLimit(int) - Method in class oracle.security.idm.SearchParameters
Time limit for searching (milli seconds)
setTimeZone(String) - Method in interface oracle.security.idm.UserProfile
 
setTitle(String) - Method in interface oracle.security.idm.UserProfile
 
setType(int) - Method in interface oracle.security.idm.SimpleSearchFilter
Set filter type.
setUIAccessMode(String) - Method in interface oracle.security.idm.UserProfile
 
setUserCertificate(byte[]) - Method in interface oracle.security.idm.UserProfile
 
setUserID(String) - Method in interface oracle.security.idm.UserProfile
 
setUserName(String) - Method in interface oracle.security.idm.UserProfile
 
setValue(Object) - Method in interface oracle.security.idm.SimpleSearchFilter
Set attribute value.
setWirelessAcctNumber(String) - Method in interface oracle.security.idm.UserProfile
 
SimpleSearchFilter - Interface in oracle.security.idm
This interface represents a simple search filter to be used while searching the identity respository.
size() - Method in class oracle.security.idm.PropertySet
Get the size of the property set.
ST_CONNECTION_POOL - Static variable in interface oracle.security.idm.IdentityStoreFactory
STARTTIME: Externally configured oracle.security.idm.providers.stdldap.ConnectionPool object for connections to LDAP server
ST_CONNECTION_POOL_CLASS - Static variable in interface oracle.security.idm.IdentityStoreFactory
fully qualified connection pool implementation classname
ST_CONNECTION_POOL_MAX_CONNECTIONS - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
ST_CONNECTION_POOL_MIN_CONNECTIONS - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
ST_INITIAL_CONTEXT_FACTORY - Static variable in interface oracle.security.idm.IdentityStoreFactory
 
statusCode - Variable in exception oracle.security.idm.PasswordPolicyException
 
StoreConfiguration - Interface in oracle.security.idm
StoreConfiguration holds the configuration properties for a given IdentityStore instance.
SubjectParser - Interface in oracle.security.idm
This interface provides utility methods for extracting out the user and role principals from the given Subject.

T

TIME_ZONE - Static variable in interface oracle.security.idm.UserProfile
 
TITLE - Static variable in interface oracle.security.idm.UserProfile
 
TYPE_AND - Static variable in interface oracle.security.idm.ComplexSearchFilter
Boolean AND operator to specify complex filter type
TYPE_EQUAL - Static variable in interface oracle.security.idm.SimpleSearchFilter
 
TYPE_GREATER - Static variable in interface oracle.security.idm.SimpleSearchFilter
 
TYPE_GREATEREQUAL - Static variable in interface oracle.security.idm.SimpleSearchFilter
 
TYPE_LESS - Static variable in interface oracle.security.idm.SimpleSearchFilter
 
TYPE_LESSEQUAL - Static variable in interface oracle.security.idm.SimpleSearchFilter
 
TYPE_NOTEQUAL - Static variable in interface oracle.security.idm.SimpleSearchFilter
 
TYPE_OR - Static variable in interface oracle.security.idm.ComplexSearchFilter
Boolean OR operator to specify complex filter type

U

UI_ACCESS_MODE - Static variable in interface oracle.security.idm.UserProfile
 
User - Interface in oracle.security.idm
This interface represents a user in the identity store.
USER_CERTIFICATE - Static variable in interface oracle.security.idm.UserProfile
 
USER_ID - Static variable in interface oracle.security.idm.UserProfile
 
USER_NAME - Static variable in interface oracle.security.idm.UserProfile
 
UserManager - Interface in oracle.security.idm
This interface represents a user manager that manages execution of various operations, involving users, in the identity repository.
UserProfile - Interface in oracle.security.idm
This interface represents detailed profile of a user.

W

WIRELESS_ACCT_NUMBER - Static variable in interface oracle.security.idm.UserProfile
 

A B C D E F G H I J L M N O P R S T U W

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.