Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle9iAS JAAS 9.0.2.0.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
G
H
I
J
L
O
P
R
S
T
U
W
G
getActions()
- Method in class oracle.security.jazn.realm.
RealmPermission
Returns the actions of this permissioon as a string.
getActions()
- Method in class oracle.security.jazn.policy.
RoleAdminPermission
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
.
getActionsDesc()
- Method in class oracle.security.jazn.policy.
PermissionClassDesc
getAdministrator()
- Method in interface oracle.security.jazn.realm.
Realm
Returns the administrator for this realm.
getAdminRole()
- Method in interface oracle.security.jazn.realm.
Realm
Returns the admin role for this realm instance.
getAdminRole()
- Method in class oracle.security.jazn.realm.
InitRealmInfo
Return admin role name
getAdminUser()
- Method in class oracle.security.jazn.realm.
InitRealmInfo
Return admin user name
getAttributes()
- Method in class oracle.security.jazn.realm.
InitRealmInfo
Get attributes for the InitRealmInfo.
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.
getCause()
- Method in class oracle.security.jazn.
JAZNConfigException
Retrieves the causing exception of this JAZNConfigException, if any.
getClassDesc()
- Method in class oracle.security.jazn.policy.
PrincipalClassDesc
getClassDesc()
- Method in class oracle.security.jazn.policy.
PermissionClassDesc
getCodeSource()
- Method in class oracle.security.jazn.policy.
Grantee
Returns the codesource associated with this entry.
getDisplayName()
- Method in class oracle.security.jazn.policy.
Grantee
Returns the Display Name of this Grantee
getEmbeddedPermission()
- Method in class oracle.security.jazn.policy.
AdminPermission
Returns the permission whose administrative right is to be granted.
getGlobalPolicy()
- Method in interface oracle.security.jazn.policy.
PolicyManager
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
getGrantees()
- Method in interface oracle.security.jazn.policy.
RealmPolicy
getGrantees(RealmRole, boolean)
- Method in interface oracle.security.jazn.realm.
RoleManager
Returns the Grantees that are directly or indirectly granted the specified role.
getGuid()
- Method in class oracle.security.jazn.policy.
Grantee
getJAZNConfig()
- Static method in class oracle.security.jazn.
JAZNConfig
getJAZNProvider()
- Method in class oracle.security.jazn.
JAZNConfig
getName()
- Method in interface oracle.security.jazn.realm.
Realm
Returns the name of the realm
getNameDesc()
- Method in class oracle.security.jazn.policy.
PrincipalClassDesc
getNamingException()
- Method in class oracle.security.jazn.
JAZNNamingException
Retrieves the NamingException associated.
getPermissionClasses()
- Method in interface oracle.security.jazn.policy.
PermissionClassManager
Returns all the managed permission classes.
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.
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(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
.
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 JAZN-level 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 installed
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.
getPrincipalClasses()
- Method in interface oracle.security.jazn.policy.
PrincipalClassManager
Returns all the managed principal classes.
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.
getPrincipals()
- Method in class oracle.security.jazn.policy.
Grantee
Returns the principals associated with this entry.
getProperty(String)
- Method in class oracle.security.jazn.
JAZNConfig
Gets a JAZN property value
getProperty(String)
- Static method in class oracle.security.jazn.
JAZNContext
Gets a 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
getRealm()
- Method in interface oracle.security.jazn.realm.
UserManager
Returns the Realm reference that this UserManager belongs to.
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 interface oracle.security.jazn.policy.
RealmPolicy
getRealm(String)
- Method in class oracle.security.jazn.realm.
RealmManager
Gets the Realm instance of the specified name
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
getRealms()
- Method in class oracle.security.jazn.realm.
RealmManager
Gets all the realms registered with JAZN.
getRealmType()
- Method in class oracle.security.jazn.realm.
InitRealmInfo
Get the realm type.
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
getTargetsDesc()
- Method in class oracle.security.jazn.policy.
PermissionClassDesc
getType()
- Method in class oracle.security.jazn.policy.
PrincipalClassDesc
getType()
- Method in class oracle.security.jazn.policy.
PermissionClassDesc
getUser(String)
- Method in interface oracle.security.jazn.realm.
UserManager
Returns the RealmUser with the specified name
getUserCount()
- Method in interface oracle.security.jazn.realm.
UserManager
Returns the number of users in this UserManager
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()
- Method in interface oracle.security.jazn.realm.
UserManager
Returns the users in this UserManager
GlobalPolicy
- interface oracle.security.jazn.policy.
GlobalPolicy
.
This interface represents the "Global" JAZN Policy.
grant(Grantee, Permission)
- Method in interface oracle.security.jazn.policy.
JAZNPolicy
Grants a permission to the specified grantee, optionally with admin option.
Grantee
- class oracle.security.jazn.policy.
Grantee
.
A Grantee represents a grantee in a policy entry.
Grantee(Guid, String, Set, CodeSource)
- 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.
grantRole(RealmPrincipal, RealmRole)
- Method in interface oracle.security.jazn.realm.
RoleManager
Grants a role to a RealmPrincipal.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle9iAS JAAS 9.0.2.0.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
G
H
I
J
L
O
P
R
S
T
U
W
Copyright 2001, Oracle Corporation. All Rights Reserved.