|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthorizationRealm in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api with parameters of type AuthorizationRealm | |
---|---|
AuthorizationPolicy |
AuthorizationEditor.clonePolicyPermissions(AuthorizationPolicy sourcePolicy,
AuthorizationPolicy targetPolicy,
AuthorizationRealm targetRealm,
java.util.Set allPaths,
EntitlementMigrationReport rpt)
|
java.util.Collection |
AuthorizationAdminAPI.getPolicyIDsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
Uses of AuthorizationRealm in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl with parameters of type AuthorizationRealm | |
---|---|
java.util.Collection |
AuthorizationAdminAPIImpl.getPolicyIDsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
Uses of AuthorizationRealm in com.metamatrix.platform.security.api |
---|
Methods in com.metamatrix.platform.security.api that return AuthorizationRealm | |
---|---|
AuthorizationRealm |
AuthorizationPolicyID.getRealm()
Get the AuthorizationRealm this policy
belongs in. |
AuthorizationRealm |
AuthorizationPermission.getRealm()
Get the AuthorizationRealm in which this permission belongs. |
Methods in com.metamatrix.platform.security.api with parameters of type AuthorizationRealm | |
---|---|
AuthorizationPolicy |
AbstractAuthorizationObjectEditor.clonePermission(AuthorizationPolicy targetPolicy,
AuthorizationPermission sourcePerm,
AuthorizationRealm targetRealm)
Copy the AuthorizationPermission s from a source AuthorizationPolicy
to a target AuthorizationPolicy given an AuthorizationRealm . |
AuthorizationPolicy |
AuthorizationObjectEditor.clonePolicyPermissions(AuthorizationPolicy sourcePolicy,
AuthorizationPolicy targetPolicy,
AuthorizationRealm targetRealm,
java.util.Set allPaths,
EntitlementMigrationReport rpt)
Copy the AuthorizationPermission s from a source AuthorizationPolicy
to a target AuthorizationPolicy given an AuthorizationRealm . |
static int |
AuthorizationRealm.compare(AuthorizationRealm obj1,
AuthorizationRealm obj2)
Utility method to compare two AuthorizationRealm instances. |
AuthorizationPermission |
BasicAuthorizationPermissionFactory.create(AuthorizationResource resource,
AuthorizationRealm realm,
AuthorizationActions actions,
java.lang.String contentModifier)
Create a new authorization permission for the specified resource. |
AuthorizationPermission |
AuthorizationPermissionFactory.create(AuthorizationResource resource,
AuthorizationRealm realm,
AuthorizationActions actions,
java.lang.String contentModifier)
Create a new authorization permission for the specified resource. |
AuthorizationPermission |
BasicAuthorizationPermissionFactory.create(java.lang.String resource,
AuthorizationRealm realm)
Create a new authorization permission for the specified resource. |
AuthorizationPermission |
AuthorizationPermissionFactory.create(java.lang.String resource,
AuthorizationRealm realm)
Create a new authorization permission for the specified resource. |
AuthorizationPermission |
BasicAuthorizationPermissionFactory.create(java.lang.String resource,
AuthorizationRealm realm,
AuthorizationActions actions)
Create a new authorization permission for the specified resource. |
AuthorizationPermission |
AuthorizationPermissionFactory.create(java.lang.String resource,
AuthorizationRealm realm,
AuthorizationActions actions)
Create a new authorization permission for the specified resource with the given actions. |
static java.lang.String |
AuthorizationPolicyID.parseRealm(AuthorizationRealm aRealm)
|
AuthorizationPolicy |
AbstractAuthorizationObjectEditor.removePermissions(AuthorizationPolicy policy,
java.lang.String resource,
AuthorizationRealm realm)
Remove AuthorizationPermission s from the
given AuthorizationPolicy that have the given resource and are
in the given AuthorizationRealm . |
Constructors in com.metamatrix.platform.security.api with parameters of type AuthorizationRealm | |
---|---|
AuthorizationPermission(AuthorizationResource resource,
AuthorizationRealm realm,
AuthorizationActions actions,
java.lang.String factoryClassName)
Create a new authorization rule for the specified resource. |
|
AuthorizationPermission(AuthorizationResource resource,
AuthorizationRealm realm,
AuthorizationActions actions,
java.lang.String contentModifier,
java.lang.String factoryClassName)
Create a new authorization rule for the specified resource. |
|
AuthorizationPermission(AuthorizationResource resource,
AuthorizationRealm realm,
java.lang.String factoryClassName)
Create a new authorization rule for the specified resource. |
|
AuthorizationPolicyID(java.lang.String theDisplayName,
java.lang.String description,
AuthorizationRealm theRealm)
Construct a policy ID that is tied to an AuthorizationRealm . |
|
UserEntitlementInfo(AuthorizationRealm realm,
java.lang.String groupName,
java.lang.String eleName)
ctor |
Uses of AuthorizationRealm in com.metamatrix.platform.security.api.service |
---|
Methods in com.metamatrix.platform.security.api.service with parameters of type AuthorizationRealm | |
---|---|
java.util.List |
AuthorizationServiceInterface.getElementEntitlements(AuthorizationRealm realm,
java.util.Collection elementNames)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.List |
AuthorizationServiceInterface.getElementEntitlements(AuthorizationRealm realm,
java.lang.String elementName)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.List |
AuthorizationServiceInterface.getGroupEntitlements(AuthorizationRealm realm,
java.util.Collection groupNames)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.List |
AuthorizationServiceInterface.getGroupEntitlements(AuthorizationRealm realm,
java.lang.String fullyQualifiedGroupName)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.Collection |
AuthorizationServiceInterface.getPolicIDsForResourceInRealm(SessionToken caller,
AuthorizationRealm realm,
java.lang.String resourceName)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissions on the given resource that
exists in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceInterface.getPoliciesInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicy s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
are actually in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceInterface.getPolicyIDsInPartialRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissions that exist in the given
AuthorizationRealm .The implementation is such that all AuthorizationPolicyID s
whose AuthorizationRealm AuthorizationRealm are returned. |
java.util.Collection |
AuthorizationServiceInterface.getPolicyIDsInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceInterface.getPolicyIDsWithPermissionsInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
are actually in the given AuthorizationRealm . |
boolean |
AuthorizationServiceInterface.hasPolicy(SessionToken caller,
AuthorizationRealm realm,
java.lang.String policyName)
|
Uses of AuthorizationRealm in com.metamatrix.platform.security.authorization.service |
---|
Methods in com.metamatrix.platform.security.authorization.service with parameters of type AuthorizationRealm | |
---|---|
java.util.List |
AuthorizationServiceImpl.getElementEntitlements(AuthorizationRealm realm,
java.util.Collection elementNames)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.List |
AuthorizationServiceImpl.getElementEntitlements(AuthorizationRealm realm,
java.lang.String elementNamePattern)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.List |
AuthorizationServiceImpl.getGroupEntitlements(AuthorizationRealm realm,
java.util.Collection groupNames)
Returns a List of entitlements to the given fully qualified group name in the given realm. |
java.util.List |
AuthorizationServiceImpl.getGroupEntitlements(AuthorizationRealm realm,
java.lang.String fullyQualifiedGroupName)
Returns a List of entitlements to the given fully qualified group name in the given realm. |
java.util.Collection |
AuthorizationServiceImpl.getPolicIDsForResourceInRealm(SessionToken caller,
AuthorizationRealm realm,
java.lang.String resourceName)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissionsImpl on the given resource that
exists in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceImpl.getPoliciesInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicy s
that have AuthorizationPermissionsImpl in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermissionsImpl
are actually in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceImpl.getPolicyIDsInPartialRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissionsImpl that exist in the given
AuthorizationRealm .The implementation is such that all AuthorizationPolicyID s
whose AuthorizationRealm AuthorizationRealm are returned. |
java.util.Collection |
AuthorizationServiceImpl.getPolicyIDsInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceImpl.getPolicyIDsWithPermissionsInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissionsImpl in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermissionsImpl
are actually in the given AuthorizationRealm . |
boolean |
AuthorizationServiceImpl.hasPolicy(SessionToken caller,
AuthorizationRealm realm,
java.lang.String policyName)
|
Uses of AuthorizationRealm in com.metamatrix.platform.security.authorization.spi |
---|
Methods in com.metamatrix.platform.security.authorization.spi with parameters of type AuthorizationRealm | |
---|---|
void |
AuthorizationSourceTransaction.addPermissionsWithResourcesToParent(java.lang.String parent,
java.util.Collection resources,
AuthorizationRealm realm)
Add the given resources as AuthorizationPermission s to existing
AuthorizationPolicies that have a permission with the given parent
as a resource. |
java.util.Collection |
AuthorizationSourceTransaction.findPolicyIDs(java.util.Collection principals,
AuthorizationRealm realm)
Locate the IDs of all of the policies that apply to the specified principal and that are accessible by the caller in the given realm. |
java.util.Map |
AuthorizationSourceTransaction.getElementEntitlements(AuthorizationRealm realm,
java.lang.String elementNamePattern)
Returns a compound List of entitlements to the given fully qualified
element in the given realm. |
java.util.Map |
AuthorizationSourceTransaction.getGroupEntitlements(AuthorizationRealm realm,
java.lang.String fullyQualifiedGroupName)
Returns a compound List of entitlements to the given fully qualified
group in the given realm. |
java.util.Collection |
AuthorizationSourceTransaction.getPolicyIDsForResourceInRealm(AuthorizationRealm realm,
java.lang.String resourceName)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissions on the given resource that
exists in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationSourceTransaction.getPolicyIDsInPartialRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissions that exist in the given
AuthorizationRealm .The implementation is such that all AuthorizationPolicyID s
whose AuthorizationRealm AuthorizationRealm are returned. |
java.util.Collection |
AuthorizationSourceTransaction.getPolicyIDsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationSourceTransaction.getPolicyIDsWithPermissionsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
are actually in the given AuthorizationRealm . |
void |
AuthorizationSourceTransaction.removePermissionsWithResources(java.util.Collection resources,
AuthorizationRealm realm)
Remove all permissions in the system that are on the given resources. |
void |
AuthorizationSourceTransaction.removePrincipalsAndPoliciesForRealm(AuthorizationRealm realm)
Remove entries from AUTHREALM, AUTHPERMISSIONS, AUTHPOLICIES, AUTHPRINCIPALS for the specified realm |
Uses of AuthorizationRealm in com.metamatrix.platform.security.authorization.spi.jdbc |
---|
Methods in com.metamatrix.platform.security.authorization.spi.jdbc with parameters of type AuthorizationRealm | |
---|---|
void |
JDBCAuthorizationTransaction.addPermissionsWithResourcesToParent(java.lang.String parent,
java.util.Collection resources,
AuthorizationRealm realm)
Add the given resources as AuthorizationPermission s to existing
AuthorizationPolicies that have a permission with the given parent
as a resource. |
java.util.Collection |
JDBCAuthorizationTransaction.findPolicyIDs(java.util.Collection principals,
AuthorizationRealm realm)
Locate the IDs of all of the policies that apply to the specified principals and are in the given realm. |
java.util.Map |
JDBCAuthorizationTransaction.getElementEntitlements(AuthorizationRealm realm,
java.lang.String elementNamePattern)
Returns a compound List of entitlements to the given fully qualified
element in the given realm. |
java.util.Map |
JDBCAuthorizationTransaction.getGroupEntitlements(AuthorizationRealm realm,
java.lang.String fullyQualifiedGroupName)
Returns a compound List of entitlements to the given fully qualified
group in the given realm. |
java.util.Collection |
JDBCAuthorizationTransaction.getPolicyIDsForResourceInRealm(AuthorizationRealm realm,
java.lang.String resourceName)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissionsImpl on the given resource that
exists in the given AuthorizationRealm . |
java.util.Collection |
JDBCAuthorizationTransaction.getPolicyIDsInPartialRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermissionsImpl that exist in the given
AuthorizationRealm .The implementation is such that all AuthorizationPolicyID s
whose AuthorizationRealm AuthorizationRealm are returned. |
java.util.Collection |
JDBCAuthorizationTransaction.getPolicyIDsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
java.util.Collection |
JDBCAuthorizationTransaction.getPolicyIDsWithPermissionsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
are actually in the given AuthorizationRealm . |
protected java.lang.Number |
JDBCAuthorizationTransaction.getRealmUID(AuthorizationRealm realm)
|
void |
JDBCAuthorizationTransaction.removePermissionsWithResources(java.util.Collection resources,
AuthorizationRealm realm)
Remove all permissions in the system that are on the given resources. |
protected void |
JDBCAuthorizationTransaction.removePoliciesForRealm(AuthorizationRealm realm)
Remove entries from AUTHPOLICIES for the specified realm |
void |
JDBCAuthorizationTransaction.removePrincipalsAndPoliciesForRealm(AuthorizationRealm realm)
Remove entries from AUTHREALM, AUTHPERMISSIONS, AUTHPOLICIES, AUTHPRINCIPALS for the specified realm |
protected void |
JDBCAuthorizationTransaction.removePrincipalsForRealm(AuthorizationRealm realm)
Remove entries from AUTHPRINCIPALS for the specified realm |
Uses of AuthorizationRealm in com.metamatrix.platform.security.util |
---|
Methods in com.metamatrix.platform.security.util that return AuthorizationRealm | |
---|---|
static AuthorizationRealm |
RolePermissionFactory.getRealm()
Get the Realm under which the factory creates its roles. |
Methods in com.metamatrix.platform.security.util with parameters of type AuthorizationRealm | |
---|---|
AuthorizationPermission |
RolePermissionFactory.create(AuthorizationResource role,
AuthorizationRealm realm,
AuthorizationActions actions,
java.lang.String contentModifier)
Create a new authorization permission for the specified resource. |
AuthorizationPermission |
RolePermissionFactory.create(java.lang.String roleName,
AuthorizationRealm realm)
Create a new authorization permission for the specified role. |
AuthorizationPermission |
RolePermissionFactory.create(java.lang.String roleName,
AuthorizationRealm realm,
AuthorizationActions actions)
Create a new authorization permission for the specified resource. |
Uses of AuthorizationRealm in com.metamatrix.server.admin.apiimpl |
---|
Methods in com.metamatrix.server.admin.apiimpl with parameters of type AuthorizationRealm | |
---|---|
static PermissionDataNode |
RuntimeMetadataHelper.getPermissionDataNodes(AuthorizationRealm realm,
AuthorizationPolicyID policyID,
AuthorizationServiceInterface authSvcProxy)
Method to provide the task of finding all data nodes in realm, finding any and all permissions assigned to them, uniting these and returning the united objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |