Interface AuthorizingCallbackHandler
-
- All Superinterfaces:
javax.security.auth.callback.CallbackHandler
public interface AuthorizingCallbackHandler extends javax.security.auth.callback.CallbackHandler
AuthorizingCallbackHandler. ACallbackHandler
which allows retrieving theSubject
which has been authorized wrapped in aSubjectUserInfo
- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectUserInfo
getSubjectUserInfo(java.util.Collection<java.security.Principal> principals)
-
-
-
Method Detail
-
getSubjectUserInfo
SubjectUserInfo getSubjectUserInfo(java.util.Collection<java.security.Principal> principals)
-
-