Class SecurityProviderImpl

  • All Implemented Interfaces:
    org.apache.felix.webconsole.WebConsoleSecurityProvider

    public class SecurityProviderImpl
    extends Object
    implements org.apache.felix.webconsole.WebConsoleSecurityProvider
    Author:
    hengsin
    • Constructor Detail

      • SecurityProviderImpl

        public SecurityProviderImpl()
    • Method Detail

      • authenticate

        public Object authenticate​(String username,
                                   String password)
        Specified by:
        authenticate in interface org.apache.felix.webconsole.WebConsoleSecurityProvider
      • authorize

        public boolean authorize​(Object resource,
                                 String role)
        Specified by:
        authorize in interface org.apache.felix.webconsole.WebConsoleSecurityProvider