Package org.apache.activemq.artemis.dto
Class AuthorisationDTO
- java.lang.Object
-
- org.apache.activemq.artemis.dto.AuthorisationDTO
-
public class AuthorisationDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorisationDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AllowListDTOgetAllowList()DefaultAccessDTOgetDefaultAccess()RoleAccessDTOgetRoleAccess()WhiteListDTOgetWhiteList()Deprecated.
-
-
-
Method Detail
-
getWhiteList
@Deprecated public WhiteListDTO getWhiteList()
Deprecated.
-
getAllowList
public AllowListDTO getAllowList()
-
getDefaultAccess
public DefaultAccessDTO getDefaultAccess()
-
getRoleAccess
public RoleAccessDTO getRoleAccess()
-
-