Class AuthSubject

  • All Implemented Interfaces:
    com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName, IAuthSubject

    @Immutable
    public class AuthSubject
    extends Object
    implements IAuthSubject
    Default dummy implementation of the IAuthSubject interface that has no logic at all.
    Author:
    Philip Helger
    • Method Detail

      • getID

        @Nonnull
        @Nonempty
        public final String getID()
        Specified by:
        getID in interface com.helger.commons.id.IHasID<String>
      • getDisplayName

        @Nonnull
        @Nonempty
        public final String getDisplayName()
        Specified by:
        getDisplayName in interface com.helger.commons.name.IHasDisplayName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object