Package be.gaudry.model.security
Class ComputerLoginAuthenticator
java.lang.Object
be.gaudry.model.security.ComputerLoginAuthenticator
- All Implemented Interfaces:
PrivilegedAction<Subject>
Allows to authenticate from the computer credentials.
Provided by the broldev.core.model project.
- Since:
- 1.0 Dec 20, 2008, broldev.core.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 Dec 20, 2008
- Author:
- Steph GAUDRY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAuthenticates with computer credentialsvoidauthenticate(boolean debug)Authenticates with computer credentialsrun()
-
Constructor Details
-
ComputerLoginAuthenticator
public ComputerLoginAuthenticator()
-
-
Method Details
-
getSubject
- Returns:
- the Subject or null
-
run
- Specified by:
runin interfacePrivilegedAction<Subject>
-
authenticate
Authenticates with computer credentials- Throws:
LoginException
-
authenticate
Authenticates with computer credentials- Parameters:
debug- true to output on the debugLog- Throws:
LoginException
-