Java javax.security.auth.message.callback CallerPrincipalCallback fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.message.callback CallerPrincipalCallback fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.message.callback CallerPrincipalCallback.

The text is from its open source code.

Constructor

CallerPrincipalCallback(Subject s, Principal p)
Create a CallerPrincipalCallback to set the container's representation of the caller principal
CallerPrincipalCallback(Subject s, String n)
Create a CallerPrincipalCallback to set the container's representation of the caller principal.

Method

PrincipalgetPrincipal()
Get the caller principal.