Uses of Interface
net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult
-
Packages that use ProfileInterceptorResult Package Description net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions.net.shibboleth.idp.profile.interceptor Classes supporting profile interceptor machinery. -
-
Uses of ProfileInterceptorResult in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context with type parameters of type ProfileInterceptorResult Modifier and Type Field Description private List<ProfileInterceptorResult>ProfileInterceptorContext. resultsResults of the flow to be written to storage.Methods in net.shibboleth.idp.profile.context that return types with arguments of type ProfileInterceptorResult Modifier and Type Method Description List<ProfileInterceptorResult>ProfileInterceptorContext. getResults()Get the results of the flow to be written to storage. -
Uses of ProfileInterceptorResult in net.shibboleth.idp.profile.interceptor
Classes in net.shibboleth.idp.profile.interceptor that implement ProfileInterceptorResult Modifier and Type Class Description classAbstractProfileInterceptorResultBase class for profile interceptor results.
-