所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- help.lixin.security.service.impl.LocalStorePublicKeyService (implements help.lixin.security.service.IPublicKeyService)
- help.lixin.security.service.impl.PermissionKeyGenerator (implements org.springframework.cache.interceptor.KeyGenerator)
- help.lixin.security.properties.PublicKeyProperties
- help.lixin.security.properties.PublicKeyStoreProperties
- help.lixin.security.service.impl.RemotePublicKeyService (implements help.lixin.security.service.IPublicKeyService)
- help.lixin.security.config.ResourceServerPublicKeyConfig
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- help.lixin.security.exception.UnauthorizedException
- java.lang.Exception
- help.lixin.security.config.WhiteListConfig
- help.lixin.security.service.impl.WhiteListService (implements help.lixin.security.service.IWhiteListService)
接口分层结构
- help.lixin.security.service.IPermissionListService
- help.lixin.security.service.IPublicKeyService
- help.lixin.security.service.IWhiteListService