Class RemoteAuthenticationCredential
java.lang.Object
org.apereo.cas.authentication.credential.AbstractCredential
org.apereo.cas.adaptors.generic.remote.RemoteAuthenticationCredential
- All Implemented Interfaces:
Serializable,org.apereo.cas.authentication.Credential
public class RemoteAuthenticationCredential
extends org.apereo.cas.authentication.credential.AbstractCredential
Represents a remote address as CAS credential.
- Since:
- 3.2.1
- See Also:
-
Field Summary
Fields inherited from interface org.apereo.cas.authentication.Credential
CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID -
Constructor Summary
ConstructorsConstructorDescriptionRemoteAuthenticationCredential(String remoteAddress) RemoteAuthenticationCredential(String remoteAddress, String cookie) -
Method Summary
Methods inherited from class org.apereo.cas.authentication.credential.AbstractCredential
equals, getCredentialMetadata, hashCode, isValid, setCredentialMetadata, toString, validate
-
Constructor Details
-
RemoteAuthenticationCredential
-
RemoteAuthenticationCredential
-
RemoteAuthenticationCredential
public RemoteAuthenticationCredential()
-
-
Method Details
-
getId
-
getRemoteAddress
-
getCookie
-
setRemoteAddress
-
setCookie
-