public interface AdminSecurityContext extends Serializable
Modifier and Type | Method and Description |
---|---|
Set<AdminPermission> |
getAllPermissions() |
Set<AdminRole> |
getAllRoles() |
String |
getContextKey() |
ContextType |
getContextType() |
void |
setAllPermissions(Set<AdminPermission> allPermissions) |
void |
setAllRoles(Set<AdminRole> allRoles) |
void |
setContextKey(String contextKey) |
void |
setContextType(ContextType contextType) |
ContextType getContextType()
void setContextType(ContextType contextType)
String getContextKey()
void setContextKey(String contextKey)
Set<AdminPermission> getAllPermissions()
void setAllPermissions(Set<AdminPermission> allPermissions)
Copyright © 2022. All rights reserved.