/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/ |
H A D | AuthenticationHandler.java | 17 package org.forgerock.openam.sts.token.validator; 23 * Defines the authentication interface which is the foundation for all sts token authentication actions. AuthenticationHandlers 24 * for the specified set of input token types supported by the sts instances are plugged into the rest/soap/wss4j token validation 25 * context to delegate all token validation to OpenAM. 26 * @param <T> The to-be-authenticated token. Note that its type cannot be constrained, as it varies from X509Certificate[], 27 * to classes defined in the org.forgerock.openam.sts.token.model package, to classes defined in Apache wss4j. 32 * @param token the to-be-authentication token 33 * @param tokenTypeId the type of the to-be-authenticated token 38 authenticate(T token, TokenTypeId tokenTypeId) argument [all...] |
H A D | package-info.java | 21 * 2. soap-sts token validation: org.apache.cxf.sts.token.validator.TokenValidator implementations are responsible for 24 * org.apache.cxf.sts.token.validator.TokenValidator implementations will commonly delegate actual token validation to 26 * 3. rest-sts token validation: org.forgerock.openam.sts.rest.RestTokenValidator implementations which validate the 27 * input token specified in a token transformation (current implementation), and the input token specified in a validate 30 * In all three cases, the {@code org.forgerock.openam.sts.token.validator.AuthenticationHandler<T>}, where T is a 31 * particular token typ [all...] |
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/ |
H A D | AuthenticationHandler.java | 17 package org.forgerock.openam.sts.token.validator; 23 * Defines the authentication interface which is the foundation for all sts token authentication actions. AuthenticationHandlers 24 * for the specified set of input token types supported by the sts instances are plugged into the rest/soap/wss4j token validation 25 * context to delegate all token validation to OpenAM. 26 * @param <T> The to-be-authenticated token. Note that its type cannot be constrained, as it varies from X509Certificate[], 27 * to classes defined in the org.forgerock.openam.sts.token.model package, to classes defined in Apache wss4j. 32 * @param token the to-be-authentication token 33 * @param tokenTypeId the type of the to-be-authenticated token 38 authenticate(T token, TokenTypeId tokenTypeId) argument [all...] |
H A D | package-info.java | 21 * 2. soap-sts token validation: org.apache.cxf.sts.token.validator.TokenValidator implementations are responsible for 24 * org.apache.cxf.sts.token.validator.TokenValidator implementations will commonly delegate actual token validation to 26 * 3. rest-sts token validation: org.forgerock.openam.sts.rest.RestTokenValidator implementations which validate the 27 * input token specified in a token transformation (current implementation), and the input token specified in a validate 30 * In all three cases, the {@code org.forgerock.openam.sts.token.validator.AuthenticationHandler<T>}, where T is a 31 * particular token typ [all...] |
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/ |
H A D | package-info.java | 18 * Contains the classes related to token operations. 20 package org.forgerock.openam.sts.token
|
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/token/ |
H A D | package-info.java | 22 package org.forgerock.openam.sts.token
|
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/ |
H A D | package-info.java | 18 * Contains the classes related to token operations. 20 package org.forgerock.openam.sts.token
|
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/legacy/ |
H A D | LegacyCoreTokenAdapter.java | 30 public LegacyCoreTokenAdapter(org.forgerock.oauth2.core.Token token) throws ServerException { argument 31 super(token.getTokenId(), (JsonValue) token);
|
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/token/model/ |
H A D | package-info.java | 19 * This package contains classes that represent token types not represented in the wss4j or CXF-STS domain models. 23 package org.forgerock.openam.sts.token.model
|
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/ |
H A D | package-info.java | 20 package org.forgerock.openam.sts.token.provider
|
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/disp/ |
H A D | package-info.java | 21 * for a particular token type T, against the appropriate OpenAM authN module. 25 package org.forgerock.openam.sts.token.validator.disp
|
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/url/ |
H A D | package-info.java | 18 * Contains the classes related to obtaining the URLs corresponding to the REST authN targets for the various token types. 19 * Each sts instance is associated with a realm, and each authenticated token-type is associated with a corresponding 20 * authIndexType and authIndexValue, which allows the authentication of each token type to be directed at a distinct 22 * the AuthTargetMapping for the rest-sts instance, and returns the url defining the authN target for the specific token 25 package org.forgerock.openam.sts.token.validator.url
|
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/canceller/ |
H A D | package-info.java | 20 package org.forgerock.openam.sts.rest.token.canceller
|
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/provider/ |
H A D | package-info.java | 18 * Contains classes and interface definitions common to all token provider classes. 20 package org.forgerock.openam.sts.rest.token.provider
|
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/validator/ |
H A D | package-info.java | 21 * 2. soap-sts token validation: org.apache.cxf.sts.token.validator.TokenValidator implementations are responsible for 24 * org.apache.cxf.sts.token.validator.TokenValidator implementations will commonly delegate actual token validation to 26 * 3. rest-sts token validation: org.forgerock.openam.sts.rest.RestTokenTransformValidator implementations which validate the 27 * input token specified in a token transformation (current implementation), and the input token specified in a validate 30 * In all three cases, the {@code org.forgerock.openam.sts.token.validator.AuthenticationHandler<T>}, where T is a 31 * particular token typ [all...] |
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/canceller/ |
H A D | package-info.java | 18 * Classes in this package implement token cancellation. 20 package org.forgerock.openam.sts.soap.token.canceller
|
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/config/ |
H A D | package-info.java | 18 * Contains classes related to the configuration of token operations. This includes factories to provide the 19 * various token operation classes necessary to constitute a published STS. 21 package org.forgerock.openam.sts.soap.token.config
|
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/ |
H A D | package-info.java | 21 package org.forgerock.openam.sts.soap.token.provider
|
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/ |
H A D | package-info.java | 21 * 2. soap-sts token validation: org.apache.cxf.sts.token.validator.TokenValidator implementations are responsible for 24 * org.apache.cxf.sts.token.validator.TokenValidator implementations will commonly delegate actual token validation to 26 * 3. rest-sts token validation: org.forgerock.openam.sts.rest.RestTokenValidator implementations which validate the 27 * input token specified in a token transformation (current implementation), and the input token specified in a validate 30 * In all three cases, the {@code org.forgerock.openam.sts.token.validator.AuthenticationHandler<T>}, where T is a 31 * particular token typ [all...] |
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/token/model/ |
H A D | package-info.java | 19 * This package contains classes that represent token types not represented in the wss4j or CXF-STS domain models. 23 package org.forgerock.openam.sts.token.model
|
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/ |
H A D | package-info.java | 20 package org.forgerock.openam.sts.token.provider
|
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/disp/ |
H A D | package-info.java | 21 * for a particular token type T, against the appropriate OpenAM authN module. 25 package org.forgerock.openam.sts.token.validator.disp
|
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/url/ |
H A D | package-info.java | 18 * Contains the classes related to obtaining the URLs corresponding to the REST authN targets for the various token types. 19 * Each sts instance is associated with a realm, and each authenticated token-type is associated with a corresponding 20 * authIndexType and authIndexValue, which allows the authentication of each token type to be directed at a distinct 22 * the AuthTargetMapping for the rest-sts instance, and returns the url defining the authN target for the specific token 25 package org.forgerock.openam.sts.token.validator.url
|
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/canceller/ |
H A D | package-info.java | 20 package org.forgerock.openam.sts.rest.token.canceller
|
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/provider/ |
H A D | package-info.java | 18 * Contains classes and interface definitions common to all token provider classes. 22 package org.forgerock.openam.sts.rest.token.provider
|