Class LocalIdentity


  • public class LocalIdentity
    extends Identity
    This class represents a local user's identity. This object is created for usage with the local Server API.
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalIdentity()
      Default constructor for this object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canExecuteAL​(java.lang.String aConfigId, java.lang.String aAssemblyLine)
      not implemented
      boolean canExecuteAll()
      not implemented
      boolean canExecuteConfig​(java.lang.String aConfigId)
      not implemented
      boolean canExecuteConfigALs​(java.lang.String aConfigId)
      not implemented
      boolean canReadAll()
      not implemented
      boolean canReadConfig​(java.lang.String aConfigId)
      not implemented
      java.lang.String getUserId()
      Returns default user ID.
      boolean isAdmin()
      not implemented
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalIdentity

        public LocalIdentity()
        Default constructor for this object.
    • Method Detail

      • isAdmin

        public boolean isAdmin()
        not implemented
        Overrides:
        isAdmin in class Identity
        Returns:
        true
      • canReadConfig

        public boolean canReadConfig​(java.lang.String aConfigId)
        not implemented
        Overrides:
        canReadConfig in class Identity
        Parameters:
        aConfigId - - ignored
        Returns:
        true
      • canExecuteAL

        public boolean canExecuteAL​(java.lang.String aConfigId,
                                    java.lang.String aAssemblyLine)
        not implemented
        Overrides:
        canExecuteAL in class Identity
        Parameters:
        aConfigId - - ignored
        aAssemblyLine - - ignored
        Returns:
        true
      • canExecuteConfigALs

        public boolean canExecuteConfigALs​(java.lang.String aConfigId)
        not implemented
        Overrides:
        canExecuteConfigALs in class Identity
        Parameters:
        aConfigId - - ignored
        Returns:
        true
      • canExecuteConfig

        public boolean canExecuteConfig​(java.lang.String aConfigId)
        not implemented
        Overrides:
        canExecuteConfig in class Identity
        Parameters:
        aConfigId - - ignored
        Returns:
        true
      • canExecuteAll

        public boolean canExecuteAll()
        not implemented
        Overrides:
        canExecuteAll in class Identity
        Returns:
        true
      • canReadAll

        public boolean canReadAll()
        not implemented
        Overrides:
        canReadAll in class Identity
        Returns:
        true
      • getUserId

        public java.lang.String getUserId()
        Returns default user ID.
        Overrides:
        getUserId in class Identity
        Returns:
        the default user id