org.apache.wiki.workflow
Class SystemPrincipal

java.lang.Object
  extended by org.apache.wiki.workflow.SystemPrincipal
All Implemented Interfaces:
Principal

public final class SystemPrincipal
extends Object
implements Principal

System users asociated with workflow Task steps.


Field Summary
static Principal SYSTEM_USER
          The JSPWiki system user
 
Method Summary
 String getName()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Field Detail

SYSTEM_USER

public static final Principal SYSTEM_USER
The JSPWiki system user

Method Detail

getName

public String getName()

Specified by:
getName in interface Principal


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.