Class ServiceAccountPrincipal
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.UserPrincipal
-
- org.apache.activemq.artemis.spi.core.security.jaas.ServiceAccountPrincipal
-
- All Implemented Interfaces:
Principal
public class ServiceAccountPrincipal extends UserPrincipal
-
-
Constructor Summary
Constructors Constructor Description ServiceAccountPrincipal(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespace()
String
getSaName()
-
Methods inherited from class org.apache.activemq.artemis.spi.core.security.jaas.UserPrincipal
equals, getName, hashCode, toString
-
-