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:
  • Constructor Details

    • RemoteAuthenticationCredential

      public RemoteAuthenticationCredential(String remoteAddress)
    • RemoteAuthenticationCredential

      public RemoteAuthenticationCredential(String remoteAddress, String cookie)
    • RemoteAuthenticationCredential

      public RemoteAuthenticationCredential()
  • Method Details

    • getId

      public String getId()
    • getRemoteAddress

      public String getRemoteAddress()
    • getCookie

      public String getCookie()
    • setRemoteAddress

      public void setRemoteAddress(String remoteAddress)
    • setCookie

      public void setCookie(String cookie)