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.PrincipalSYSTEM_USERThe JSPWiki system user -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.security.Principal
equals, hashCode, implies, toString
-
Field Details
-
SYSTEM_USER
The JSPWiki system user
-
-
Method Details
-
getName
- Specified by:
getNamein interfacejava.security.Principal
-