org.alfresco.repo.security.authority.script
Class ScriptUser
java.lang.Object
org.alfresco.repo.security.authority.script.ScriptUser
- All Implemented Interfaces:
- java.io.Serializable, Authority
public class ScriptUser
- extends java.lang.Object
- implements Authority, java.io.Serializable
The Script user is a USER authority exposed to the scripting API
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptUser
public ScriptUser(java.lang.String fullName,
AuthorityService authorityService)
setAuthorityType
public void setAuthorityType(Authority.ScriptAuthorityType authorityType)
getAuthorityType
public Authority.ScriptAuthorityType getAuthorityType()
- Specified by:
getAuthorityType
in interface Authority
setShortName
public void setShortName(java.lang.String shortName)
getShortName
public java.lang.String getShortName()
- Specified by:
getShortName
in interface Authority
setFullName
public void setFullName(java.lang.String fullName)
getFullName
public java.lang.String getFullName()
- Specified by:
getFullName
in interface Authority
setDisplayName
public void setDisplayName(java.lang.String displayName)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interface Authority
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.