|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationMetaDataPopulator
An extension point to the Authentication process that allows CAS to provide additional attributes related to the overall Authentication (such as authentication type) that are specific to the Authentication request versus the Principal itself. AuthenticationAttributePopulators are a new feature in CAS3. In order for an installation to be CAS2 compliant, deployers do not need an AuthenticationMetaDataPopulator.
This is a published and supported CAS Server 3 API.
| Method Summary | |
|---|---|
Authentication |
populateAttributes(Authentication authentication,
Credentials credentials)
Provided with an Authentication object and the original credentials presented, provide any additional attributes to the Authentication object. |
| Method Detail |
|---|
Authentication populateAttributes(Authentication authentication,
Credentials credentials)
authentication - The Authentication to potentially augment with
additional attributes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||