Class

org.beangle.security.realm.cas

DefaultTicketValidator

Related Doc: package cas

Permalink

class DefaultTicketValidator extends AbstractTicketValidator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultTicketValidator
  2. AbstractTicketValidator
  3. Logging
  4. TicketValidator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultTicketValidator()

    Permalink

Type Members

  1. class ServiceXmlHandler extends DefaultHandler

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var config: CasConfig

    Permalink
    Definition Classes
    AbstractTicketValidator
  7. final def constructValidationUrl(ticket: String, serviceUrl: String): String

    Permalink

    Constructs the URL to send the validation request to.

    Constructs the URL to send the validation request to.

    Attributes
    protected
    Definition Classes
    AbstractTicketValidator
  8. var customParameters: Map[String, String]

    Permalink

    A map containing custom parameters to pass to the validation url.

    A map containing custom parameters to pass to the validation url.

    Definition Classes
    AbstractTicketValidator
  9. def encodeUrl(url: String): String

    Permalink

    Encodes a URL using the URLEncoder format.

    Encodes a URL using the URLEncoder format.

    Attributes
    protected
    Definition Classes
    AbstractTicketValidator
  10. var encoding: String

    Permalink
    Definition Classes
    AbstractTicketValidator
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. var hostnameVerifier: HostnameVerifier

    Permalink

    Hostname verifier used when making an SSL request to the CAS server.

    Hostname verifier used when making an SSL request to the CAS server.

    Definition Classes
    AbstractTicketValidator
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def parseResponse(ticket: String, response: String): String

    Permalink

    Parses the response from the server into a CAS Assertion.

    Parses the response from the server into a CAS Assertion.

    Attributes
    protected[org.beangle.security.realm.cas]
    Definition Classes
    DefaultTicketValidatorAbstractTicketValidator
    Exceptions thrown
  23. def populateUrlAttributeMap(urlParameters: Map[String, String]): Unit

    Permalink

    Template method for ticket validators that need to provide additional parameters to the validation url.

    Template method for ticket validators that need to provide additional parameters to the validation url.

    Attributes
    protected
    Definition Classes
    AbstractTicketValidator
  24. def retrieveResponse(url: URL, ticket: String): String

    Permalink

    Contacts the CAS Server to retrieve the response for the ticket validation.

    Contacts the CAS Server to retrieve the response for the ticket validation.

    Attributes
    protected
    Definition Classes
    AbstractTicketValidator
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def validate(ticket: String, service: String): String

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def xmlReader: XMLReader

    Permalink

    Get an instance of an XML reader from the XMLReaderFactory.

Inherited from AbstractTicketValidator

Inherited from Logging

Inherited from TicketValidator

Inherited from AnyRef

Inherited from Any

Ungrouped