Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.attachments.model.entity.documents
Class DefaultSigningMechanism

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.model.entity.documents.BaseSigningMechanism
      extended by oracle.apps.fnd.applcore.attachments.model.entity.documents.DefaultSigningMechanism
All Implemented Interfaces:
SigningMechanism

public class DefaultSigningMechanism
extends BaseSigningMechanism


Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.attachments.model.entity.documents.BaseSigningMechanism
entryMap, expiration, fingerPrint, permission, randomValue, user
 
Fields inherited from interface oracle.apps.fnd.applcore.attachments.model.entity.documents.SigningMechanism
ADMIN_PERMISSION, CERTIFICATE_FINGER_PRINT_BINDER_ATTRIBUTE, CERTIFICATE_FINGER_PRINT_MAP_ATTRIBUTE, DELETE_PERMISSION, EXPIRES_BINDER_ATTRIBUTE, EXPIRES_MAP_ATTRIBUTE, PERMISSION_MAP_ATTRIBUTE, RANDOM_BINDER_ATTRIBUTE, RANDOM_MAP_ATTRIBUTE, READ_PERMISSION, UPDATE_PERMISSION, USER_MAP_ATTRIBUTE
 
Constructor Summary
DefaultSigningMechanism(java.lang.String permission, java.lang.String user)
           
DefaultSigningMechanism(java.lang.String permission, java.lang.String user, java.lang.Long expiration, java.lang.Long randomValue)
           
 
Method Summary
 
Methods inherited from class oracle.apps.fnd.applcore.attachments.model.entity.documents.BaseSigningMechanism
getEntryMap, getExpiration, getFingerPrint, getPermission, getRandomValue, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSigningMechanism

public DefaultSigningMechanism(java.lang.String permission,
                               java.lang.String user)

DefaultSigningMechanism

public DefaultSigningMechanism(java.lang.String permission,
                               java.lang.String user,
                               java.lang.Long expiration,
                               java.lang.Long randomValue)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.