org.kuali.kfs.sys.document.workflow
Class SensitiveDataSecurityAttribute

java.lang.Object
  extended by org.kuali.kfs.sys.document.workflow.SensitiveDataSecurityAttribute
All Implemented Interfaces:
Serializable, org.kuali.rice.kew.doctype.SecurityAttribute

public class SensitiveDataSecurityAttribute
extends Object
implements org.kuali.rice.kew.doctype.SecurityAttribute

This class...

See Also:
Serialized Form

Constructor Summary
SensitiveDataSecurityAttribute()
           
 
Method Summary
 Boolean docSearchAuthorized(org.kuali.rice.kim.bo.Person currentUser, String docTypeName, Long documentId, String initiatorPrincipalId)
           
 Boolean routeLogAuthorized(org.kuali.rice.kim.bo.Person currentUser, String docTypeName, Long documentId, String initiatorPrincipalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensitiveDataSecurityAttribute

public SensitiveDataSecurityAttribute()
Method Detail

docSearchAuthorized

public Boolean docSearchAuthorized(org.kuali.rice.kim.bo.Person currentUser,
                                   String docTypeName,
                                   Long documentId,
                                   String initiatorPrincipalId)
Specified by:
docSearchAuthorized in interface org.kuali.rice.kew.doctype.SecurityAttribute
See Also:
org.kuali.rice.kew.doctype.SecurityAttribute#docSearchAuthorized(org.kuali.rice.kew.doctype.DocumentTypeSecurity, org.kuali.rice.kim.bo.Person, java.util.List, java.lang.String, java.lang.Long, java.lang.String, org.kuali.rice.kew.doctype.SecuritySession)

routeLogAuthorized

public Boolean routeLogAuthorized(org.kuali.rice.kim.bo.Person currentUser,
                                  String docTypeName,
                                  Long documentId,
                                  String initiatorPrincipalId)
Specified by:
routeLogAuthorized in interface org.kuali.rice.kew.doctype.SecurityAttribute
See Also:
org.kuali.rice.kew.doctype.SecurityAttribute#routeLogAuthorized(org.kuali.rice.kew.doctype.DocumentTypeSecurity, org.kuali.rice.kim.bo.Person, java.util.List, java.lang.String, java.lang.Long, java.lang.String, org.kuali.rice.kew.doctype.SecuritySession)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.