AuthorizingRealm.doGetAuthorizationInfo

Retrieves the AuthorizationInfo for the given principals from the underlying data store. When returning an instance from this method, you might want to consider using an instance of {@link hunt.shiro.authz.SimpleAuthorizationInfo SimpleAuthorizationInfo}, as it is suitable in most cases.

@param principals the primary identifying principals of the AuthorizationInfo that should be retrieved. @return the AuthorizationInfo associated with this principals. @see hunt.shiro.authz.SimpleAuthorizationInfo

class AuthorizingRealm
protected abstract
AuthorizationInfo
doGetAuthorizationInfo

Meta