Java javax.security.auth.kerberos ServicePermission fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.kerberos ServicePermission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.kerberos ServicePermission.

The text is from its open source code.

Constructor

ServicePermission(String servicePrincipal, String action)
Create a new ServicePermission with the specified servicePrincipal and action .
ServicePermission(String servicePrincipal, int mask)
Creates a ServicePermission object with the specified servicePrincipal and a pre-calculated mask.