Package org.apache.wiki.workflow
Class SystemPrincipal
java.lang.Object
org.apache.wiki.workflow.SystemPrincipal
- All Implemented Interfaces:
java.security.Principal
public final class SystemPrincipal extends java.lang.Object implements java.security.Principal
System users asociated with workflow Task steps.
-
Field Summary
Fields Modifier and Type Field Description static java.security.Principal
SYSTEM_USER
The JSPWiki system user -
Method Summary
Modifier and Type Method Description java.lang.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, implies, toString
-
Field Details
-
SYSTEM_USER
The JSPWiki system user
-
-
Method Details
-
getName
- Specified by:
getName
in interfacejava.security.Principal
-