Class ConfigurableSpnegoLoginService

    • Constructor Detail

      • ConfigurableSpnegoLoginService

        public ConfigurableSpnegoLoginService​(String realm,
                                              org.eclipse.jetty.security.authentication.AuthorizationService authorizationService)
        Deprecated.
    • Method Detail

      • getKeyTabPath

        public Path getKeyTabPath()
        Deprecated.
        Returns:
        the path of the keyTab file containing service credentials
      • setKeyTabPath

        public void setKeyTabPath​(Path keyTabFile)
        Deprecated.
        Parameters:
        keyTabFile - the path of the keyTab file containing service credentials
      • getServiceName

        public String getServiceName()
        Deprecated.
        Returns:
        the service name, typically "HTTP"
        See Also:
        getHostName()
      • setServiceName

        public void setServiceName​(String serviceName)
        Deprecated.
        Parameters:
        serviceName - the service name
        See Also:
        setHostName(String)
      • setHostName

        public void setHostName​(String hostName)
        Deprecated.
        Parameters:
        hostName - the host name of the service
      • login

        public UserIdentity login​(String username,
                                  Object credentials,
                                  ServletRequest req)
        Deprecated.
        Description copied from interface: LoginService
        Login a user.
        Specified by:
        login in interface LoginService
        Parameters:
        username - The user name
        credentials - The users credentials
        req - TODO
        Returns:
        A UserIdentity if the credentials matched, otherwise null
      • getIdentityService

        public IdentityService getIdentityService()
        Deprecated.
        Description copied from interface: LoginService
        Get the IdentityService associated with this Login Service.
        Specified by:
        getIdentityService in interface LoginService
        Returns:
        the IdentityService associated with this Login Service.
      • setIdentityService

        public void setIdentityService​(IdentityService identityService)
        Deprecated.
        Description copied from interface: LoginService
        Set the IdentityService associated with this Login Service.
        Specified by:
        setIdentityService in interface LoginService
        Parameters:
        identityService - the IdentityService associated with this Login Service.