Searched refs:KeyDescriptorType (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/
H A DKeyDescriptorElement.java22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType
H A DKeyDescriptorType.java33 public interface KeyDescriptorType { interface
H A DObjectFactory.java49 defaultImplementations.put((com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType.class), "com.sun.identity.liberty.ws.meta.jaxb.impl.KeyDescriptorTypeImpl");
288 * Create an instance of KeyDescriptorType
293 public com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType createKeyDescriptorType()
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DKeyDescriptorElement.java17 * <element name="KeyDescriptor" type="{urn:oasis:names:tc:SAML:2.0:metadata}KeyDescriptorType"/>
22 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
H A DKeyDescriptorType.java13 * Java content class for KeyDescriptorType complex type.
17 * <complexType name="KeyDescriptorType">
31 public interface KeyDescriptorType { interface
H A DObjectFactory.java37 defaultImplementations.put((com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType.class), "com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl");
238 * Create an instance of KeyDescriptorType
243 public com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType createKeyDescriptorType()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/
H A DKeyDescriptorElement.java22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType
H A DKeyDescriptorType.java33 public interface KeyDescriptorType { interface
H A DObjectFactory.java49 defaultImplementations.put((com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType.class), "com.sun.identity.liberty.ws.meta.jaxb.impl.KeyDescriptorTypeImpl");
288 * Create an instance of KeyDescriptorType
293 public com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType createKeyDescriptorType()
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DKeyDescriptorElement.java17 * <element name="KeyDescriptor" type="{urn:oasis:names:tc:SAML:2.0:metadata}KeyDescriptorType"/>
22 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
H A DKeyDescriptorType.java13 * Java content class for KeyDescriptorType complex type.
17 * <complexType name="KeyDescriptorType">
31 public interface KeyDescriptorType { interface
H A DObjectFactory.java37 defaultImplementations.put((com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType.class), "com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl");
238 * Create an instance of KeyDescriptorType
243 public com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType createKeyDescriptorType()
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/key/
H A DKeyUtil.java52 import com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType;
181 KeyDescriptorType kd =
232 KeyDescriptorType kd =
267 * Returns <code>KeyDescriptorType</code> from
271 * @param usage type of the <code>KeyDescriptorType</code> to be retrieved.
273 * @return KeyDescriptorType in <code>ProviderDescriptorType</code> that
276 public static KeyDescriptorType getKeyDescriptor(
285 KeyDescriptorType kd = null;
287 KeyDescriptorType noUsageKD = null;
289 kd = (KeyDescriptorType)ite
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/key/
H A DKeyUtil.java52 import com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType;
189 KeyDescriptorType kd =
240 KeyDescriptorType kd =
275 * Returns <code>KeyDescriptorType</code> from
279 * @param usage type of the <code>KeyDescriptorType</code> to be retrieved.
281 * @return KeyDescriptorType in <code>ProviderDescriptorType</code> that
284 public static KeyDescriptorType getKeyDescriptor(
293 KeyDescriptorType kd = null;
295 KeyDescriptorType noUsageKD = null;
297 kd = (KeyDescriptorType)ite
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java52 import com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType;
213 List<KeyDescriptorType> keyDescriptors = getKeyDescriptors(roleDescriptor, SAML2Constants.SIGNING);
223 for (KeyDescriptorType keyDescriptor : keyDescriptors) {
277 KeyDescriptorType kd =
334 * Returns the {@link KeyDescriptorType}s from {@link RoleDescriptorType} that matches the requested usage.
338 * @param roleDescriptor {@link RoleDescriptorType} which contains {@link KeyDescriptorType}s.
339 * @param usage Type of the {@link KeyDescriptorType}s to be retrieved. Its value is "encryption" or "signing".
340 * @return {@link KeyDescriptorType}s in {@link RoleDescriptorType} that matched the usage type.
342 public static List<KeyDescriptorType> getKeyDescriptors(RoleDescriptorType roleDescriptor, String usage) {
343 List<KeyDescriptorType> keyDescriptor
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java52 import com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType;
227 List<KeyDescriptorType> keyDescriptors = getKeyDescriptors(roleDescriptor, SAML2Constants.SIGNING);
237 for (KeyDescriptorType keyDescriptor : keyDescriptors) {
291 KeyDescriptorType kd =
348 * Returns the {@link KeyDescriptorType}s from {@link RoleDescriptorType} that matches the requested usage.
352 * @param roleDescriptor {@link RoleDescriptorType} which contains {@link KeyDescriptorType}s.
353 * @param usage Type of the {@link KeyDescriptorType}s to be retrieved. Its value is "encryption" or "signing".
354 * @return {@link KeyDescriptorType}s in {@link RoleDescriptorType} that matched the usage type.
356 public static List<KeyDescriptorType> getKeyDescriptors(RoleDescriptorType roleDescriptor, String usage) {
357 List<KeyDescriptorType> keyDescriptor
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/key/
H A DKeyUtilTest.java49 KeyDescriptorType type = KeyUtil.getKeyDescriptor((IDPSSODescriptorElement)descriptor, "signing");
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/key/
H A DKeyUtilTest.java49 KeyDescriptorType type = KeyUtil.getKeyDescriptor((IDPSSODescriptorElement)descriptor, "signing");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaSecurityUtils.java43 import com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType;
504 Set<KeyDescriptorType> keyDescriptors = new LinkedHashSet<>(certAliases.size());
521 private static void updateKeyDescriptor(RoleDescriptorType desp, Set<KeyDescriptorType> keyDescriptors) {
523 List<KeyDescriptorType> keys = desp.getKeyDescriptor();
525 Iterator<KeyDescriptorType> iterator = keys.iterator();
527 final KeyDescriptorType keyDescriptor = iterator.next();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaSecurityUtils.java43 import com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType;
504 Set<KeyDescriptorType> keyDescriptors = new LinkedHashSet<>(certAliases.size());
521 private static void updateKeyDescriptor(RoleDescriptorType desp, Set<KeyDescriptorType> keyDescriptors) {
523 List<KeyDescriptorType> keys = desp.getKeyDescriptor();
525 Iterator<KeyDescriptorType> iterator = keys.iterator();
527 final KeyDescriptorType keyDescriptor = iterator.next();
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DKeyDescriptorTypeImpl.java11 public class KeyDescriptorTypeImpl implements com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
23 return (com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType.class);
163 return (com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType.class);
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DKeyDescriptorTypeImpl.java11 public class KeyDescriptorTypeImpl implements com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
21 return (com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType.class);
132 return (com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType.class);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DKeyDescriptorTypeImpl.java11 public class KeyDescriptorTypeImpl implements com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
23 return (com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType.class);
163 return (com.sun.identity.liberty.ws.meta.jaxb.KeyDescriptorType.class);
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DKeyDescriptorTypeImpl.java11 public class KeyDescriptorTypeImpl implements com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
21 return (com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType.class);
132 return (com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType.class);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java70 import com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType;
1063 KeyDescriptorType keyDescriptor = null;

Completed in 69 milliseconds

12