Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01

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


G

GenericPrincipal - class oracle.security.jazn.realm.GenericPrincipal.
 
GenericPrincipal(String) - Constructor for class oracle.security.jazn.realm.GenericPrincipal
 
GlobalPolicy - interface oracle.security.jazn.policy.GlobalPolicy.
This interface represents the Global JAZN Policy.
Grantee - class oracle.security.jazn.policy.Grantee.
A Grantee represents a grantee in a policy entry.
Grantee() - Constructor for class oracle.security.jazn.policy.Grantee
 
Grantee(Principal) - Constructor for class oracle.security.jazn.policy.Grantee
Creates a new Grantee instance.
Grantee(Set, CodeSource) - Constructor for class oracle.security.jazn.policy.Grantee
Creates a new Grantee instance.
Grantee(Guid, String, Set, CodeSource) - Constructor for class oracle.security.jazn.policy.Grantee
 
Group - interface com.evermind.security.Group.
Deprecated. as of 10.1.3, use JAAS standard APIs

This interface is deprecated in 10.1.3 in favor of the standard J2SE JAAS mechanism based on LoginModule. See OC4J Security Guide for more information on implementing custom JAAS login module.

generateEncodedKey(String) - Static method in class oracle.security.jazn.sso.util.KeyTool
 
generateKey(String) - Static method in class oracle.security.jazn.sso.util.KeyTool
 
getActions() - Method in class oracle.security.jazn.policy.AdminPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an AdminPermission.
getActions() - Method in class oracle.security.jazn.policy.RoleAdminPermission
 
getActions() - Method in class oracle.security.jazn.realm.RealmPermission
Returns the actions of this permissioon as a string.
getActionsDesc() - Method in class oracle.security.jazn.policy.PermissionClassDesc
Returns the actions descriptor
getAdminRole() - Method in class oracle.security.jazn.realm.InitRealmInfo
Return admin role name
getAdminRole() - Method in interface oracle.security.jazn.realm.Realm
Returns the admin role for this realm instance.
getAdminUser() - Method in interface com.evermind.security.UserManager
Deprecated. Returns the "default" admin user or null if there is none.
getAdminUser() - Method in class oracle.security.jazn.realm.InitRealmInfo
Return admin user name
getAdminUser() - Method in interface oracle.security.jazn.realm.UserManager
Returns the administrator for this realm
getAdministrator() - Method in interface oracle.security.jazn.realm.Realm
Returns the administrator for this realm.
getAnonymousUser() - Method in interface com.evermind.security.UserManager
Deprecated. Returns the default anonymous user or null if none exists.
getAnonymousUser() - Method in interface oracle.security.jazn.realm.UserManager
Returns the anonymous user of this realm
getAppConfigurationEntry(String) - Method in class oracle.security.jazn.login.LoginModuleManager
Retrieves an array of AppConfigurationEntry which corresponds to the configuration of LoginModules for this application.
getAppConfigurationEntry(String, String) - Method in class oracle.security.jazn.login.LoginModuleManager
Retrieves an AppConfigurationEntry which corresponds to the given LoginModule for this application.
getApplicationConfigurationEntry(String) - Method in class oracle.security.jazn.login.LoginModuleManager
Retrieves an array of AppConfigurationEntry which corresponds to the configuration of LoginModules for this application.
getApplicationName() - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getApplicationName() - Static method in class oracle.security.jazn.JAZNIDMHelper
Helper function to return the Name of the Application which is making this call
getApplicationNames() - Method in class oracle.security.jazn.login.LoginModuleManager
Retrieves a String arrayList of application names for which LoginModules have been configured.
getApplicationRootDirectoryPath() - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getAttributes() - Method in class oracle.security.jazn.realm.InitRealmInfo
Get attributes for the InitRealmInfo.
getAuthenticationMethod() - Method in class oracle.security.jazn.JAZNWebAppConfig
 
getCause() - Method in class oracle.security.jazn.JAZNConfigException
Retrieves the causing exception of this JAZNConfigException, if any.
getCause() - Method in class oracle.security.jazn.JAZNException
Retrieves the causing exception of this JAZNException, if any.
getCause() - Method in class oracle.security.jazn.JAZNRuntimeException
Retrieves the causing exception of this JAZNRuntimeException, if any.
getCertificateIssuerDN() - Method in interface com.evermind.security.User
Deprecated. Retrieves the certificate issuer DN for this user, null if certificates are not supported or this user is not associated with a certificate.
getCertificateSerial() - Method in interface com.evermind.security.User
Deprecated. Retrieves the certificate serial ID for this user, null if certificates are not supported or this user is not associated with a certificate.
getClassDesc() - Method in class oracle.security.jazn.policy.PermissionClassDesc
Returns the class descriptor
getClassDesc() - Method in class oracle.security.jazn.policy.PrincipalClassDesc
Returns the class descriptor
getClassLoader() - Method in class oracle.security.jazn.JAZNConfig
Returns the JAZN class loader
getCodeSource() - Method in class oracle.security.jazn.policy.Grantee
Returns the codesource associated with this entry.
getCookies() - Method in class oracle.security.jazn.token.HttpCookieIdentityToken
Returns the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects
getCredential() - Method in class oracle.security.jazn.realm.RealmUserPrivateCredential
Returns a char array representation of this RealmUserPrivateCredential <p/> <p/>
getDN() - Method in class oracle.security.jazn.realm.LDAPPrincipal
Return the DN of the principal
getDefaultGroups() - Method in interface com.evermind.security.UserManager
Deprecated. Gets the Set of default groups for this UserManager.
getDefaultRealm() - Method in class oracle.security.jazn.JAZNConfig
Returns the default realm
getDelegate() - Method in class oracle.security.jazn.JAZNConfig
Returns the delegate JAZNConfig object.
getDeploymentURL() - Method in class oracle.security.jazn.JAZNConfig
Returns the deployment URL
getDescription() - Method in interface com.evermind.security.Group
Deprecated. Returns a description of this group.
getDescription() - Method in interface com.evermind.security.User
Deprecated. Returns a short description of this user or null if no description is present.
getDescription() - Method in class oracle.security.jazn.realm.GenericPrincipal
Returns description string associated with this principal.
getDescription() - Method in interface oracle.security.jazn.realm.RealmPrincipal
Returns description string associated with this principal.
getDescription() - Method in class oracle.security.jazn.realm.SAMLPrincipal
Get description
getDetailsForCustomLdapProvider(MBeanServerConnection, ObjectName, String) - Static method in class oracle.security.jazn.JAZNIDMHelper
Function to get the details for a Custom LDAP Provider
getDetailsForOID() - Static method in class oracle.security.jazn.JAZNIDMHelper
Function which will return the details needed for the OID connection
getDetailsForXMLProvider(MBeanServerConnection, ObjectName) - Static method in class oracle.security.jazn.JAZNIDMHelper
Function to return the XML configuration values
getDisplayName() - Method in class oracle.security.jazn.policy.Grantee
Returns the Display Name of this Grantee
getDisplayName() - Method in class oracle.security.jazn.realm.GenericPrincipal
Returns display name associated with this principal.
getDisplayName() - Method in interface oracle.security.jazn.realm.RealmPrincipal
Returns display name associated with this principal.
getDisplayName() - Method in class oracle.security.jazn.realm.SAMLPrincipal
Get the display name
getDoAsPrivilegedMode() - Method in class oracle.security.jazn.JAZNWebAppConfig
Returns the DoAsPrivileged mode
getEmbeddedPermission() - Method in class oracle.security.jazn.policy.AdminPermission
Returns the permission whose administrative right is to be granted.
getErrCode() - Method in class oracle.security.jazn.sso.util.InvalidKeyTypeException
 
getFullName() - Method in class oracle.security.jazn.realm.GenericPrincipal
Returns the Fullname of the principal
getFullName() - Method in interface oracle.security.jazn.realm.Realm
Returns the fullName of the realm
getFullName() - Method in interface oracle.security.jazn.realm.RealmPrincipal
Returns the Fullname of the principal
getFullName() - Method in class oracle.security.jazn.realm.SAMLPrincipal
Get the full name of the principal
getGlobalPolicy() - Method in interface oracle.security.jazn.policy.PolicyManager
Returns the global policy.
getGrantedRoles(RealmPrincipal, boolean) - Method in interface oracle.security.jazn.realm.RoleManager
Returns a set of RealmRole which are directly or indirectly granted to the specified principal.
getGrantees() - Method in interface oracle.security.jazn.policy.GlobalPolicy
Returns the grantees of this policy.
getGrantees() - Method in interface oracle.security.jazn.policy.RealmPolicy
Returns the grantees of this policy.
getGrantees(RealmRole, boolean) - Method in interface oracle.security.jazn.realm.RoleManager
Returns the Grantees that are directly or indirectly granted the specified role.
getGroup(String) - Method in interface com.evermind.security.UserManager
Deprecated. Returns the group with the specified name or null if none exists.
getGroupCount() - Method in interface com.evermind.security.UserManager
Deprecated. Return the number of users contained in this manager.
getGroups() - Method in interface com.evermind.security.User
Deprecated. Returns the groups that this user belongs to, if known/supported.
getGroups(int, int) - Method in interface com.evermind.security.UserManager
Deprecated. Returns a list of Groups (between the specified indexes) contained in this manager.
getGroupsForRole(String) - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getGuid() - Method in class oracle.security.jazn.policy.Grantee
 
getHeaderValues() - Method in class oracle.security.jazn.token.HttpHeaderIdentityToken
Returns the map of header parameters as keys and parameter values as map values
getHomeInstanceXMLConfig() - Static method in class oracle.security.jazn.JAZNConfig
Returns the JAZNConfig that points to $OH/j2ee/home/config/system-jazn-data.xml
getHttpServletRequest() - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getHttpServletResponse() - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getHttpSession(boolean) - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getIsRegionProtected(HttpServletRequest) - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getJAZNConfig() - Static method in class oracle.security.jazn.JAZNConfig
 
getJAZNProvider() - Method in class oracle.security.jazn.JAZNConfig
Returns the JAZN provider associated with this object.
getJaasMode() - Method in class oracle.security.jazn.JAZNConfig
Returns the JAAS mode value
getLocale() - Method in interface com.evermind.security.User
Deprecated. Return this users Locale or null if none specified.
getLocationPath() - Method in class oracle.security.jazn.JAZNConfig
Returns the location path
getLocationURL() - Method in class oracle.security.jazn.JAZNConfig
Returns the location URL.
getLoginModuleManager() - Method in class oracle.security.jazn.JAZNConfig
Returns the LoginModuleManager object.
getLoginModuleManager() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide LoginModuleManager object.
getMessage() - Method in class oracle.security.jazn.sso.util.InvalidKeyTypeException
 
getName() - Method in interface com.evermind.security.User
Deprecated. Returns the username of this user
getName() - Method in class oracle.security.jazn.realm.CoreIDPrincipal
 
getName() - Method in class oracle.security.jazn.realm.GenericPrincipal
Return the name of the principal
getName() - Method in interface oracle.security.jazn.realm.Realm
Returns the name of the realm
getName() - Method in class oracle.security.jazn.realm.SAMLPrincipal
Get name
getNameDesc() - Method in class oracle.security.jazn.policy.PrincipalClassDesc
Returns the name descriptor
getNamingException() - Method in class oracle.security.jazn.JAZNNamingException
Retrieves the NamingException associated.
getOC4JInstanceConfig() - Static method in class oracle.security.jazn.JAZNConfig
Returns the OC4J instance-specific JAZNConfig instance This usually refers to $OH/j2ee/<instance>/config/jazn.xml
getOC4JInstanceXMLConfig() - Static method in class oracle.security.jazn.JAZNConfig
Returns the JAZNConfig that points to $OH/j2ee/<instance>/config/system-jazn-data.xml
getParent() - Method in interface com.evermind.security.UserManager
Deprecated. Gets the parent manager of this UserManager if any.
getPassword() - Method in interface com.evermind.security.User
Deprecated. Gets the user password, may result in an exception if it's not supported by the current UserManager (for security or other reasons).
getPermissionClass(String) - Method in interface oracle.security.jazn.policy.PermissionClassManager
Returns specified permission class descriptor
getPermissionClassManager() - Method in class oracle.security.jazn.JAZNConfig
Returns the PermissionClassManager object.
getPermissionClassManager() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide PermissionClassManager object.
getPermissionClasses() - Method in interface oracle.security.jazn.policy.PermissionClassManager
Returns all the managed permission classes.
getPermissions() - Method in interface com.evermind.security.Group
Deprecated. Get the permissions that this group holds.
getPermissions(Grantee, Class) - Method in interface oracle.security.jazn.policy.JAZNPolicy
Lists all permissions of the specified Class granted to this grantee.
getPermissions(Subject, CodeSource) - Method in interface oracle.security.jazn.policy.JAZNPolicy
Retrieve the Permissions granted to the Principals associated with the specified CodeSource.
getPermissions(CodeSource) - Method in interface oracle.security.jazn.policy.JAZNPolicy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed for code from the specified code source.
getPermissions(ProtectionDomain) - Method in interface oracle.security.jazn.policy.JAZNPolicy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed given the characteristics of the protection domain.
getPersistenceMode() - Method in class oracle.security.jazn.JAZNConfig
Returns the JAZN-level persistence mode.
getPersistenceMode() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide persistence mode.
getPolicy() - Method in class oracle.security.jazn.JAZNConfig
Returns the installed JAZNPolicy object.
getPolicy() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide JAZNPolicy object.
getPolicyManager() - Method in class oracle.security.jazn.JAZNConfig
Returns the PolicyManager object.
getPolicyManager() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide PolicyManager object.
getPrincipal() - Method in class oracle.security.jazn.realm.CoreIDPrincipal
 
getPrincipalClass(String) - Method in interface oracle.security.jazn.policy.PrincipalClassManager
Returns specified principal class descriptor
getPrincipalClassManager() - Method in class oracle.security.jazn.JAZNConfig
Returns the PrincipalClassManager object.
getPrincipalClassManager() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide PrincipalClassManager object.
getPrincipalClasses() - Method in interface oracle.security.jazn.policy.PrincipalClassManager
Returns all the managed principal classes.
getPrincipals() - Method in class oracle.security.jazn.policy.Grantee
Returns the principals associated with this entry.
getProperties() - Method in class oracle.security.jazn.JAZNConfig
 
getPropertiesCopy() - Method in class oracle.security.jazn.JAZNConfig
 
getProperty(String) - Method in class oracle.security.jazn.JAZNConfig
Gets a JAZN property value <p/> This method first calls SecurityManager.checkPermission with JAZNPermission("getProperty."+key) to ensure the caller has permission to retrive the JAZN property value.
getProperty(String, boolean) - Method in class oracle.security.jazn.JAZNConfig
 
getProperty(String) - Static method in class oracle.security.jazn.JAZNContext
Gets a JAZN property value <p/> This method first calls SecurityManager.checkPermission with JAZNPermission("getProperty."+key) to ensure the caller has permission to retrive the JAZN property value.
getProperty(String) - Method in class oracle.security.jazn.JAZNWebAppConfig
Gets a JAZN property value <p/> This method first calls SecurityManager.checkPermission with JAZNPermission("getProperty."+key) to ensure the caller has permission to retrive the JAZN property value.
getProperty(String) - Method in interface oracle.security.jazn.realm.Realm
Returns the value of a realm property given its key
getProviderType() - Method in class oracle.security.jazn.JAZNConfig
Returns the provider type
getProxy() - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getRealm() - Method in interface oracle.security.jazn.policy.RealmPolicy
Returns the realm associated with this policy.
getRealm() - Method in class oracle.security.jazn.realm.GenericPrincipal
Returns the Realm that this Principal is associated with throws UnsupportedOperationException if not supported.
getRealm(String) - Method in class oracle.security.jazn.realm.RealmManager
Gets the Realm instance of the specified name
getRealm() - Method in interface oracle.security.jazn.realm.RealmPrincipal
Returns the Realm that this Principal is associated with
getRealm() - Method in interface oracle.security.jazn.realm.RoleManager
Returns the Realm reference that this RoleManager belongs to.
getRealm() - Method in class oracle.security.jazn.realm.SAMLPrincipal
Get realm of the principal
getRealm() - Method in interface oracle.security.jazn.realm.UserManager
Returns the Realm reference that this UserManager belongs to.
getRealmManager() - Method in class oracle.security.jazn.JAZNConfig
Returns the RealmManager object.
getRealmManager() - Static method in class oracle.security.jazn.JAZNContext
Returns the system-wide RealmManager object.
getRealmManager() - Static method in class oracle.security.jazn.realm.RealmManager
Returns an instance of RealmManager
getRealmPolicy(Realm) - Method in interface oracle.security.jazn.policy.PolicyManager
Returns the policy associated with the specified realm.
getRealmType() - Method in class oracle.security.jazn.realm.InitRealmInfo
Get the realm type.
getRealms() - Method in class oracle.security.jazn.realm.RealmManager
Gets all the realms registered with JAZN.
getRequest() - Method in class oracle.security.jazn.token.HttpRequestIdentityToken
Returns the HTTP Request Object
getRole() - Method in class oracle.security.jazn.policy.RoleAdminPermission
Returns the role associated with this permission.
getRole(String) - Method in interface oracle.security.jazn.realm.RoleManager
Returns the RealmRole with the specified name
getRoleCount() - Method in interface oracle.security.jazn.realm.RoleManager
Returns the number of roles in this RoleManager
getRoleManager() - Method in interface oracle.security.jazn.realm.Realm
Returns a reference to the RoleManager for this realm
getRoleMgrImplClass() - Method in class oracle.security.jazn.realm.InitRealmInfo
Get the implementation class for the realm's role manager
getRoles() - Method in interface oracle.security.jazn.realm.RoleManager
Returns a Set of roles in this RoleManager
getRunAsMode() - Method in class oracle.security.jazn.JAZNWebAppConfig
Returns the RunAs mode
getRunAsRole(HttpServletRequest) - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getSecurityProviderClassName() - Method in class oracle.security.jazn.JAZNConfig
Get the name of the callback class for the current instance of JAZNConfig
getSecurityProviderJAZNConfig() - Method in class oracle.security.jazn.JAZNConfig
 
getSimpleName(String) - Method in class oracle.security.jazn.realm.CoreIDPrincipal
Given a DN, return the simple name.
getSimpleName(String) - Method in class oracle.security.jazn.realm.LDAPPrincipal
Given a DN, return the simple name.
getTargetsDesc() - Method in class oracle.security.jazn.policy.PermissionClassDesc
Returns the targets descriptor
getToken(String, HttpServletRequest, List, Properties) - Method in interface oracle.security.jazn.collector.TokenCollector
This method will be called by OC4J with an appropriate token type, request object and properties This method will create the appropriate token and return to the OC4J.
getToken(String, HttpServletRequest, List, Properties) - Method in class oracle.security.jazn.collector.oc4j.TokenCollectorImpl
This method will be called by OC4J with an appropriate token type, request object and properties This method will create the appropriate token and return to the OC4J.
getTokenType() - Method in class oracle.security.jazn.token.HttpCookieIdentityToken
Returns the token type
getTokenType() - Method in class oracle.security.jazn.token.HttpHeaderIdentityToken
Returns the token type
getTokenType() - Method in class oracle.security.jazn.token.HttpRequestIdentityToken
Returns the token type
getTokenType() - Method in interface oracle.security.jazn.token.IdentityToken
Returns the token type
getType() - Method in class oracle.security.jazn.policy.PermissionClassDesc
Returns the type of this Permission Class
getType() - Method in class oracle.security.jazn.policy.PrincipalClassDesc
Returns the type of this Principal Class
getUser(String) - Method in interface com.evermind.security.UserManager
Deprecated. Returns the user with the specified username or null if none exists.
getUser(String, BigInteger) - Method in interface com.evermind.security.UserManager
Deprecated. Returns the user associated with this certificate or null if either certificates arent supported or there is no user associated with this certificate.
getUser(X509Certificate) - Method in interface com.evermind.security.UserManager
Deprecated. Returns the user associated with this certificate or null if either certificates arent supported or there is no user associated with this certificate.
getUser(String) - Method in interface oracle.security.jazn.realm.UserManager
Returns the RealmUser with the specified name
getUserCount() - Method in interface com.evermind.security.UserManager
Deprecated. Return the number of users contained in this manager.
getUserCount() - Method in interface oracle.security.jazn.realm.UserManager
Returns the number of users in this UserManager
getUserCredToConnectToMBeanServer() - Static method in class oracle.security.jazn.JAZNIDMHelper
Function which returns the User information that should be used to connect to the MBean Server
getUserManager() - Static method in class oracle.security.jazn.ApplicationServerProxy
 
getUserManager() - Method in interface oracle.security.jazn.realm.Realm
Returns a reference to the UserManager for this realm
getUserMgrImplClass() - Method in class oracle.security.jazn.realm.InitRealmInfo
Get the implementation class for the realm's user manager
getUsers(int, int) - Method in interface com.evermind.security.UserManager
Deprecated. Returns a list of Users (between the specified indexes) contained in this manager.
getUsers() - Method in interface oracle.security.jazn.realm.UserManager
Returns the users in this UserManager
getXMLConfig(String) - Static method in class oracle.security.jazn.JAZNConfig
Returns the JAZNConfig that points to the specified jazn-data.xml
grant(Grantee, Permission) - Method in interface oracle.security.jazn.policy.JAZNPolicy
Grants a permission to the specified grantee, optionally with admin option.
grantRole(RealmPrincipal, RealmRole) - Method in interface oracle.security.jazn.realm.RoleManager
Grants a role to a RealmPrincipal.

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01

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


Copyright © 2004, 2006, Oracle. All rights reserved.