类 RamClientAuthServiceImpl

  • 所有已实现的接口:
    com.alibaba.nacos.common.lifecycle.Closeable, com.alibaba.nacos.plugin.auth.spi.client.ClientAuthService

    public class RamClientAuthServiceImpl
    extends com.alibaba.nacos.plugin.auth.spi.client.AbstractClientAuthService
    Client Auth service implementation for aliyun RAM.
    作者:
    xiweng.yy
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      com.alibaba.nacos.plugin.auth.api.LoginIdentityContext getLoginIdentityContext​(com.alibaba.nacos.plugin.auth.api.RequestResource resource)  
      private void loadAccessKey​(java.util.Properties properties)  
      private void loadRoleName​(java.util.Properties properties)  
      private void loadSecretKey​(java.util.Properties properties)  
      java.lang.Boolean login​(java.util.Properties properties)  
      private boolean notFountInjector​(java.lang.String type)  
      void shutdown()  
      • 从类继承的方法 com.alibaba.nacos.plugin.auth.spi.client.AbstractClientAuthService

        setNacosRestTemplate, setServerList
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • 构造器详细资料

      • RamClientAuthServiceImpl

        public RamClientAuthServiceImpl()
    • 方法详细资料

      • login

        public java.lang.Boolean login​(java.util.Properties properties)
      • loadRoleName

        private void loadRoleName​(java.util.Properties properties)
      • loadAccessKey

        private void loadAccessKey​(java.util.Properties properties)
      • loadSecretKey

        private void loadSecretKey​(java.util.Properties properties)
      • getLoginIdentityContext

        public com.alibaba.nacos.plugin.auth.api.LoginIdentityContext getLoginIdentityContext​(com.alibaba.nacos.plugin.auth.api.RequestResource resource)
      • notFountInjector

        private boolean notFountInjector​(java.lang.String type)
      • shutdown

        public void shutdown()
                      throws com.alibaba.nacos.api.exception.NacosException
        抛出:
        com.alibaba.nacos.api.exception.NacosException