Class Authentication
- java.lang.Object
-
- org.jboss.as.arquillian.container.Authentication
-
public class Authentication extends Object
Factory to supply an Authenticator or CallbackHandler for use during tests.- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthentication.CallbackHandler
-
Constructor Summary
Constructors Constructor Description Authentication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Authentication.CallbackHandlergetCallbackHandler()
-
-
-
Method Detail
-
getCallbackHandler
public static Authentication.CallbackHandler getCallbackHandler()
-
-