Uses of Class javax.security.auth.Subject

Uses in package javax.security.auth.spi

Methods with parameter type javax.security.auth.Subject

void
LoginModule.initialize(Subject subject, CallbackHandler handler, Map sharedState, Map options)
Initializes this login module.

Uses in package javax.security.auth

Constructors with parameter type javax.security.auth.Subject

Methods with parameter type javax.security.auth.Subject

Object
Run a method as another subject.
Object
Run a method as another subject.
Object
Run a method as another subject.
Object
Run a method as another subject.
PermissionCollection

Methods with return type javax.security.auth.Subject

Subject
Subject
Returns the subject associated with the given AccessControlContext.

All this method does is retrieve the Subject object from the supplied context's DomainCombiner, if any, and if it is an instance of a SubjectDomainCombiner.

Uses in package javax.security.auth.login

Constructors with parameter type javax.security.auth.Subject

Methods with return type javax.security.auth.Subject

Subject
Returns the authenticated subject, or the parameter passed to one of the constructors.