Searched refs:encryptAttributes (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/xmlsig/
H A DSAML2CryptoProviderFactoryImpl.java34 (config.signAssertion() || config.encryptAttributes() || config.encryptNameID() || config.encryptAssertion())) {
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/xmlsig/
H A DSAML2CryptoProviderFactoryImpl.java34 (config.signAssertion() || config.encryptAttributes() || config.encryptNameID() || config.encryptAssertion())) {
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/config/user/
H A DSAML2ConfigTest.java167 assertEquals(!ENCRYPT_ATTRIBUTES, reconsitutedConfig.encryptAttributes());
217 boolean signAssertion, boolean encryptAssertion, boolean encryptAttributes, boolean encryptNameId) {
231 builder.encryptAttributes(encryptAttributes);
236 if (encryptAssertion || encryptAttributes || encryptNameId) {
242 if (encryptAssertion || encryptAttributes || encryptNameId || signAssertion) {
216 buildConfig(boolean withAttributeMap, boolean withCustomProviders, boolean signAssertion, boolean encryptAssertion, boolean encryptAttributes, boolean encryptNameId) argument
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/config/user/
H A DSAML2ConfigTest.java167 assertEquals(!ENCRYPT_ATTRIBUTES, reconsitutedConfig.encryptAttributes());
217 boolean signAssertion, boolean encryptAssertion, boolean encryptAttributes, boolean encryptNameId) {
231 builder.encryptAttributes(encryptAttributes);
236 if (encryptAssertion || encryptAttributes || encryptNameId) {
242 if (encryptAssertion || encryptAttributes || encryptNameId || signAssertion) {
216 buildConfig(boolean withAttributeMap, boolean withCustomProviders, boolean signAssertion, boolean encryptAssertion, boolean encryptAttributes, boolean encryptNameId) argument
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java79 private boolean encryptAttributes; field in class:SAML2Config.SAML2ConfigBuilder
189 public SAML2ConfigBuilder encryptAttributes(boolean encryptAttributes) { argument
190 this.encryptAttributes = encryptAttributes;
306 private final boolean encryptAttributes; field in class:SAML2Config
334 this.encryptAttributes = builder.encryptAttributes;
350 if (encryptAssertion || encryptNameID || encryptAttributes) {
364 if (encryptAssertion || encryptNameID || encryptAttributes || signAssertio
438 public boolean encryptAttributes() { method in class:SAML2Config
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java90 private boolean encryptAttributes; field in class:SAML2Config.SAML2ConfigBuilder
311 * @param encryptAttributes whether the attributes should be encrypted.
314 public SAML2ConfigBuilder encryptAttributes(boolean encryptAttributes) { argument
315 this.encryptAttributes = encryptAttributes;
466 private final boolean encryptAttributes; field in class:SAML2Config
494 this.encryptAttributes = builder.encryptAttributes;
510 if (encryptAssertion || encryptNameID || encryptAttributes) {
668 public boolean encryptAttributes() { method in class:SAML2Config
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java164 private Set encryptAttributes = new CaseInsensitiveHashSet(); field in class:FilesRepo
225 encryptAttributes.addAll(set);
258 "\n\tAttrs Encyrpted: " + encryptAttributes +
350 encryptAttributes);
480 return (decodeAttributes(readFile(file), encryptAttributes));
587 Map attrs = decodeAttributes(readFile(file), encryptAttributes);
927 Map attrs = decodeAttributes(readFile(file), encryptAttributes);
1021 encryptAttributes));
1226 encryptAttributes));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java166 private Set encryptAttributes = new CaseInsensitiveHashSet(); field in class:FilesRepo
227 encryptAttributes.addAll(set);
260 "\n\tAttrs Encyrpted: " + encryptAttributes +
352 encryptAttributes);
482 return (decodeAttributes(readFile(file), encryptAttributes));
589 Map attrs = decodeAttributes(readFile(file), encryptAttributes);
929 Map attrs = decodeAttributes(readFile(file), encryptAttributes);
1023 encryptAttributes));
1228 encryptAttributes));
/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstanceConfigFactory.java234 .encryptAttributes(false)
H A DSoapSTSInstanceConfigFactory.java245 .encryptAttributes(false)
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImpl.java114 if (saml2Config.encryptAttributes()) {
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImpl.java116 if (saml2Config.encryptAttributes()) {

Completed in 123 milliseconds