Class UserSourceProfileKernelWrapper
java.lang.Object
com.inductiveautomation.ignition.gateway.user.UserSourceProfileKernelWrapper
- All Implemented Interfaces:
UserSourceProfileKernel
- Direct Known Subclasses:
AbstractUserSourceProfile,LockoutTrackingUserSourceProfileKernel
public abstract class UserSourceProfileKernelWrapper
extends Object
implements UserSourceProfileKernel
-
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanisLockedOut(String user) booleannotifyFailedAttempt(String user) voidshutdown()Called either when the user source has been edited and so it is being restarted, or when the gateway is shutting down.voidstartup(UserSourceManager manager) Called when the user source is created before it is used.
-
Method Details
-
getContext
- Specified by:
getContextin interfaceUserSourceProfileKernel- Returns:
- the
GatewayContextin which thisUserSourceProfileKernelis running
-
getManager
- Specified by:
getManagerin interfaceUserSourceProfileKernel- Returns:
- the
UserSourceManagerrunning in this context
-
getProfileId
public long getProfileId()- Specified by:
getProfileIdin interfaceUserSourceProfileKernel- Returns:
- the ID of this user source profile
-
getProfileName
- Specified by:
getProfileNamein interfaceUserSourceProfileKernel- Returns:
- the name of this user source profile
-
getCacheValidationTimeout
public long getCacheValidationTimeout()- Specified by:
getCacheValidationTimeoutin interfaceUserSourceProfileKernel- Returns:
- the cache update time-out option
-
isLockedOut
- Specified by:
isLockedOutin interfaceUserSourceProfileKernel- Parameters:
user- the username of the user to check- Returns:
- whether or not the user is locked out
-
notifyFailedAttempt
- Specified by:
notifyFailedAttemptin interfaceUserSourceProfileKernel- Parameters:
user- the username of the user who failed to authenticate- Returns:
- whether or not the user is locked out after failing to authenticate
-
startup
Description copied from interface:UserSourceProfileKernelCalled when the user source is created before it is used.- Specified by:
startupin interfaceUserSourceProfileKernel
-
shutdown
public void shutdown()Description copied from interface:UserSourceProfileKernelCalled either when the user source has been edited and so it is being restarted, or when the gateway is shutting down.- Specified by:
shutdownin interfaceUserSourceProfileKernel
-