public interface SubjectIdentity
Subject.| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of this SubjectIdentity and clean up any associated resources.
|
javax.security.auth.Subject |
getSubject()
Obtain the
Subject associated with this identity. |
javax.security.auth.Subject getSubject()
Subject associated with this identity.Subjectjava.lang.IllegalStateException - if dispose() has already been called.void dispose()