Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.server_api
Class OperationVerificationRequest

java.lang.Object
  extended by oracle.iam.rm.server_api.OperationVerificationRequest

All Implemented Interfaces:
java.io.Serializable

public class OperationVerificationRequest
extends java.lang.Object
implements java.io.Serializable

An object that represents a request to determine whether an operation is valid to invoke or not.

See Also:
OperationVerificationResponse, Server.checkOperation(oracle.iam.rm.server_api.IdentityToken,OperationVerificationRequest[],boolean,long), Serialized Form

Constructor Summary
OperationVerificationRequest(java.lang.String definitionId, java.lang.String operationId, java.util.Map arguments)
          Creates an object that represents an operation request for the provided operation, definition and Map of arguments.

 

Method Summary
 java.util.Map getArguments()
          Gets any arguments to include to determine validity.
 java.lang.String getDefinitionId()
          Gets the definition ID for the operation whose validity will be checked.
 java.lang.String getOperationId()
          Gets the operation ID for the operation whose validity will be checked.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OperationVerificationRequest

public OperationVerificationRequest(java.lang.String definitionId,
                                    java.lang.String operationId,
                                    java.util.Map arguments)
Creates an object that represents an operation request for the provided operation, definition and Map of arguments.
Parameters:
definitionId - definitionId for the operation whose validity will be checked
operationId - operationId for the operation whose validity will be checked
arguments - Map of arguments to include to determine validity

Method Detail

getDefinitionId

public java.lang.String getDefinitionId()
Gets the definition ID for the operation whose validity will be checked.
Returns:
String representing the definitionId for the operation whose validity will be checked.

getOperationId

public java.lang.String getOperationId()
Gets the operation ID for the operation whose validity will be checked.
Returns:
String representing the operationId for the operation whose validity will be checked.

getArguments

public java.util.Map getArguments()
Gets any arguments to include to determine validity.
Returns:
Map of arguments to include to determine validity.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.