The Java Authentication and Authorization Service (JAAS) is a set of APIs that enable services to authenticate and enforce access controls upon users.
'javax.security:jaas:1.0.01'
<dependency>
<groupId>javax.security</groupId>
<artifactId>jaas</artifactId>
<version>1.0.01</version>
</dependency>
<dependency org="javax.security" name="jaas" rev="1.0.01"/>
"javax.security", "jaas", "1.0.01"