Package | Description |
---|---|
org.jasig.cas.client.authentication | |
org.jasig.cas.client.proxy |
The proxy package includes a servlet to act as a proxy receptor,
an interface for ProxyGrantingTicketStorage and an abstraction for
retrieving proxy tickets.
|
org.jasig.cas.client.validation |
Constructor and Description |
---|
AttributePrincipalImpl(String name,
Map<String,Object> attributes,
String proxyGrantingTicket,
ProxyRetriever proxyRetriever)
Constructs a new principal with the supplied name, attributes, and proxying capabilities.
|
AttributePrincipalImpl(String name,
String proxyGrantingTicket,
ProxyRetriever proxyRetriever)
Constructs a new principal with the supplied name and the proxying capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
Cas20ProxyRetriever
Implementation of a ProxyRetriever that follows the CAS 2.0 specification.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyRetriever |
Cas20ServiceTicketValidator.getProxyRetriever() |
Modifier and Type | Method and Description |
---|---|
void |
Cas20ServiceTicketValidator.setProxyRetriever(ProxyRetriever proxyRetriever) |
Copyright © 2006–2016 Jasig. All rights reserved.