Interface AuthorizingCallbackHandler
-
- All Superinterfaces:
javax.security.auth.callback.CallbackHandler
public interface AuthorizingCallbackHandler extends javax.security.auth.callback.CallbackHandlerAuthorizingCallbackHandler. ACallbackHandlerwhich allows retrieving theSubjectwhich 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 SubjectUserInfogetSubjectUserInfo(java.util.Collection<java.security.Principal> principals)
-
-
-
Method Detail
-
getSubjectUserInfo
SubjectUserInfo getSubjectUserInfo(java.util.Collection<java.security.Principal> principals)
-
-