Serialized Form
|
Package org.jasig.cas.client.authentication |
serialVersionUID: -1443182634624927187L
attributes
Map<K,V> attributes
- Map of key/value pairs about this principal.
proxyGrantingTicket
String proxyGrantingTicket
- The CAS 2 ticket used to retrieve a proxy ticket.
proxyRetriever
ProxyRetriever proxyRetriever
- The method to retrieve a proxy ticket from a CAS server.
serialVersionUID: 4382154818494550205L
members
Set<E> members
- Group members
serialVersionUID: -5645357206342793145L
name
String name
- The unique identifier for this principal.
|
Package org.jasig.cas.client.jaas |
serialVersionUID: 2288520214366461693L
assertion
Assertion assertion
- CAS assertion describing authenticated state
|
Package org.jasig.cas.client.proxy |
serialVersionUID: 560409469568911792L
casServerUrl
String casServerUrl
- Url to CAS server.
encoding
String encoding
urlConnectionFactory
HttpURLConnectionFactory urlConnectionFactory
- Url connection factory to use when communicating with the server
|
Package org.jasig.cas.client.ssl |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
hostnameVerifier
HostnameVerifier hostnameVerifier
- Hostname verifier used when making an SSL request to the CAS server.
Defaults to
HttpsURLConnection.getDefaultHostnameVerifier()
sslConfiguration
Properties sslConfiguration
- Properties file that can contains key/trust info for Client Side Certificates
serialVersionUID: 1L
pattern
Pattern pattern
- Allowed hostname pattern
serialVersionUID: 1L
allowedHosts
String[] allowedHosts
- Allowed hosts
|
Package org.jasig.cas.client.util |
serialVersionUID: -6437800749411518984L
name
String name
value
String value
|
Package org.jasig.cas.client.validation |
serialVersionUID: -7767943925833639221L
validFromDate
Date validFromDate
- The date from which the assertion is valid.
validUntilDate
Date validUntilDate
- The date the assertion is valid until.
authenticationDate
Date authenticationDate
attributes
Map<K,V> attributes
- Map of key/value pairs associated with this assertion. I.e. authentication type.
principal
AttributePrincipal principal
- The principal for which this assertion is valid for.
serialVersionUID: -7736653266370691534L
serialVersionUID: -7036248720402711806L
Copyright © 2006-2015 Jasig. All Rights Reserved.