Class GrouperAuthnResult
java.lang.Object
edu.internet2.middleware.grouper.authentication.GrouperAuthnResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setAuthenticated
(boolean authenticated) void
setConfigId
(String configId) void
setRemoteUser
(String remoteUser) void
setTimestamp
(Timestamp timestamp)
-
Constructor Details
-
GrouperAuthnResult
public GrouperAuthnResult()
-
-
Method Details
-
getConfigId
-
setConfigId
-
isAuthenticated
public boolean isAuthenticated() -
setAuthenticated
public void setAuthenticated(boolean authenticated) -
getTimestamp
-
setTimestamp
-
getRemoteUser
-
setRemoteUser
-
isAuthenticatedInTime
public boolean isAuthenticatedInTime()- Returns:
- true if the user is authenticated and the authn time is within the authn timeout/expiration
-