Class DefaultAuthorization

  • All Implemented Interfaces:
    Authorization

    public final class DefaultAuthorization
    extends Object
    implements Authorization
    author Pascal Knueppel
    created at: 09.12.2019 - 11:31

    a default implementation for authorization that is used if the developer did not give any authorization information's
    • Constructor Detail

      • DefaultAuthorization

        public DefaultAuthorization()
    • Method Detail

      • getClientId

        public String getClientId()
        this is just a marker for error messages that will be printed into the log for debug purposes to be able to identify the client that tried to do a forbidden action
        Specified by:
        getClientId in interface Authorization