| Package | Description |
|---|---|
| net.shibboleth.idp.profile.context.navigate |
Functions dealing with traversing and extracting data from profile request contexts.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.inlineMessageContextScript(String scriptSource)
Factory to create
ScriptedContextLookupFunction for MessageContexts from inline data. |
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.inlineMessageContextScript(String scriptSource,
Class outputType)
Factory to create
ScriptedContextLookupFunction for MessageContexts from inline data. |
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.inlineMessageContextScript(String engineName,
String scriptSource)
Factory to create
ScriptedContextLookupFunction for MessageContexts from inline data. |
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.inlineMessageContextScript(String engineName,
String scriptSource,
Class outputType)
Factory to create
ScriptedContextLookupFunction for MessageContexts from inline data. |
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.inlineScript(String scriptSource)
Factory to create
ScriptedContextLookupFunction for ProfileRequestContexts from inline data. |
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.inlineScript(String scriptSource,
Class outputType)
Factory to create
ScriptedContextLookupFunction for ProfileRequestContexts from inline data. |
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.inlineScript(String engineName,
String scriptSource)
Factory to create
ScriptedContextLookupFunction for ProfileRequestContexts from inline data. |
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.inlineScript(String engineName,
String scriptSource,
Class outputType)
Factory to create
ScriptedContextLookupFunction for ProfileRequestContexts from inline data. |
(package private) static ScriptedContextLookupFunction |
ScriptedContextLookupFunction.resourceMessageContextScript(org.springframework.core.io.Resource resource)
|
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.resourceMessageContextScript(org.springframework.core.io.Resource resource,
Class outputType)
|
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.resourceMessageContextScript(String engineName,
org.springframework.core.io.Resource resource)
|
(package private) static ScriptedContextLookupFunction<MessageContext> |
ScriptedContextLookupFunction.resourceMessageContextScript(String engineName,
org.springframework.core.io.Resource resource,
Class outputType)
|
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.resourceScript(org.springframework.core.io.Resource resource)
Factory to create
ScriptedContextLookupFunction from a Resource. |
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.resourceScript(org.springframework.core.io.Resource resource,
Class outputType)
|
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.resourceScript(String engineName,
org.springframework.core.io.Resource resource)
|
(package private) static ScriptedContextLookupFunction<ProfileRequestContext> |
ScriptedContextLookupFunction.resourceScript(String engineName,
org.springframework.core.io.Resource resource,
Class outputType)
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.