Class RemoteAddressCredential

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.Credential, org.apereo.cas.authentication.CredentialMetaData

    public class RemoteAddressCredential
    extends org.apereo.cas.authentication.credential.AbstractCredential
    Represents a remote address as CAS credential.
    Since:
    3.2.1
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.apereo.cas.authentication.Credential

        CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteAddressCredential​(java.lang.String remoteAddress)
      Instantiates a new remote address credential.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      • Methods inherited from class org.apereo.cas.authentication.credential.AbstractCredential

        equals, getCredentialClass, hashCode, isValid, toString, validate
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoteAddressCredential

        public RemoteAddressCredential​(java.lang.String remoteAddress)
        Instantiates a new remote address credential.
        Parameters:
        remoteAddress - the remote address
    • Method Detail

      • getId

        public java.lang.String getId()