- getAccessStrategy() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the access strategy that decides whether this registered
service is able to proceed with authentication requests.
- getAlgorithm() - Method in interface org.jasig.cas.services.RegisteredServicePublicKey
-
Gets algorithm for the public key.
- getAllServices() - Method in interface org.jasig.cas.services.ServicesManager
-
Retrieve the collection of all registered services.
- getAttributeReleasePolicy() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the attribute filtering policy to determine
how attributes are to be filtered and released for
this service.
- getAttributes(Principal) - Method in interface org.jasig.cas.services.RegisteredServiceAttributeReleasePolicy
-
Gets the attributes, having applied the filter.
- getDescription() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns the description of the service.
- getEvaluationOrder() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the relative evaluation order of this service when determining
matches.
- getId() - Method in interface org.jasig.cas.services.RegisteredService
-
The numeric identifier for this service.
- getLocation() - Method in interface org.jasig.cas.services.RegisteredServicePublicKey
-
Gets location to the public key file.
- getLogo() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the logo image associated with this service.
- getLogoutType() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns the logout type of the service.
- getLogoutUrl() - Method in interface org.jasig.cas.services.RegisteredService
-
Identifies the logout url that that will be invoked
upon sending single-logout callback notifications.
- getName() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns the name of the service.
- getProperties() - Method in interface org.jasig.cas.services.RegisteredService
-
Describes extra metadata about the service; custom fields
that could be used by submodules implementing additional
behavior on a per-service basis.
- getProxyPolicy() - Method in interface org.jasig.cas.services.RegisteredService
-
Get the proxy policy rules for this service.
- getPublicKey() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the public key associated with this service
that is used to authorize the request by
encrypting certain elements and attributes in
the CAS validation protocol response, such as
the PGT.
- getRequiredHandlers() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the set of handler names that must successfully authenticate credentials in order to access the service.
- getServiceId() - Method in interface org.jasig.cas.services.RegisteredService
-
The unique identifier for this service.
- getTheme() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns a short theme name.
- getUnauthorizedRedirectUrl() - Method in interface org.jasig.cas.services.RegisteredServiceAccessStrategy
-
Redirect the request to a separate and possibly external URL
in case authorization fails for this service.
- getUsernameAttributeProvider() - Method in interface org.jasig.cas.services.RegisteredService
-
Get the name of the attribute this service prefers to consume as username.
- getValue() - Method in interface org.jasig.cas.services.RegisteredServiceProperty
-
Gets the first single value.
- getValues() - Method in interface org.jasig.cas.services.RegisteredServiceProperty
-
Gets values.