Searched refs:BinarySecurityTokenType (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsse/
H A DBinarySecurityTokenElement.java18 * <element name="BinarySecurityToken" type="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}BinarySecurityTokenType"/>
23 extends javax.xml.bind.Element, com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType
H A DBinarySecurityTokenType.java14 * Java content class for BinarySecurityTokenType complex type.
18 * <complexType name="BinarySecurityTokenType">
28 public interface BinarySecurityTokenType interface in inherits:com.sun.identity.wsfederation.jaxb.wsse.EncodedString
H A DObjectFactory.java51 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType.class), "com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl");
312 * Create an instance of BinarySecurityTokenType
317 public com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType createBinarySecurityTokenType()
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsse/
H A DBinarySecurityTokenElement.java18 * <element name="BinarySecurityToken" type="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}BinarySecurityTokenType"/>
23 extends javax.xml.bind.Element, com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType
H A DBinarySecurityTokenType.java14 * Java content class for BinarySecurityTokenType complex type.
18 * <complexType name="BinarySecurityTokenType">
28 public interface BinarySecurityTokenType interface in inherits:com.sun.identity.wsfederation.jaxb.wsse.EncodedString
H A DObjectFactory.java51 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType.class), "com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl");
312 * Create an instance of BinarySecurityTokenType
317 public com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType createBinarySecurityTokenType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/secext/
H A DBinarySecurityTokenElement.java18 * <element name="BinarySecurityToken" type="{http://schemas.xmlsoap.org/ws/2003/06/secext}BinarySecurityTokenType"/>
23 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType
H A DBinarySecurityTokenType.java14 * Java content class for BinarySecurityTokenType complex type.
18 * <complexType name="BinarySecurityTokenType">
28 public interface BinarySecurityTokenType interface in inherits:com.sun.identity.liberty.ws.common.jaxb.secext.EncodedString
H A DObjectFactory.java42 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType.class), "com.sun.identity.liberty.ws.common.jaxb.secext.impl.BinarySecurityTokenTypeImpl");
201 * Create an instance of BinarySecurityTokenType
206 public com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType createBinarySecurityTokenType()
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/canceller/
H A DOpenIdConnectTokenCanceller.java20 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
45 final BinarySecurityTokenType binarySecurityTokenType = (BinarySecurityTokenType)cancelTarget.getToken();
53 //we know we are dealing with a BinarySecurityTokenType because of the canHandleToken invocation above
54 String bstContent = ((BinarySecurityTokenType)validateTarget.getToken()).getValue();
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/
H A DSimpleOpenIdConnectTokenValidator.java20 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
50 final BinarySecurityTokenType binarySecurityTokenType = (BinarySecurityTokenType)validateTarget.getToken();
58 //we know we are dealing with a BinarySecurityTokenType because of the canHandleToken invocation above
59 String bstContent = ((BinarySecurityTokenType)validateTarget.getToken()).getValue();
H A DSoapAMTokenValidator.java24 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
85 return (token instanceof BinarySecurityTokenType &&
86 AMSTSConstants.AM_SESSION_TOKEN_ASSERTION_BST_VALUE_TYPE.equals(((BinarySecurityTokenType)token).getValueType()));
126 if (token instanceof BinarySecurityTokenType) {
127 return ((BinarySecurityTokenType)token).getValue();
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/secext/
H A DBinarySecurityTokenElement.java18 * <element name="BinarySecurityToken" type="{http://schemas.xmlsoap.org/ws/2003/06/secext}BinarySecurityTokenType"/>
23 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType
H A DBinarySecurityTokenType.java14 * Java content class for BinarySecurityTokenType complex type.
18 * <complexType name="BinarySecurityTokenType">
28 public interface BinarySecurityTokenType interface in inherits:com.sun.identity.liberty.ws.common.jaxb.secext.EncodedString
H A DObjectFactory.java42 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType.class), "com.sun.identity.liberty.ws.common.jaxb.secext.impl.BinarySecurityTokenTypeImpl");
201 * Create an instance of BinarySecurityTokenType
206 public com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType createBinarySecurityTokenType()
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/canceller/
H A DOpenIdConnectTokenCanceller.java20 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
45 final BinarySecurityTokenType binarySecurityTokenType = (BinarySecurityTokenType)cancelTarget.getToken();
53 //we know we are dealing with a BinarySecurityTokenType because of the canHandleToken invocation above
54 String bstContent = ((BinarySecurityTokenType)validateTarget.getToken()).getValue();
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/
H A DSimpleOpenIdConnectTokenValidator.java20 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
50 final BinarySecurityTokenType binarySecurityTokenType = (BinarySecurityTokenType)validateTarget.getToken();
58 //we know we are dealing with a BinarySecurityTokenType because of the canHandleToken invocation above
59 String bstContent = ((BinarySecurityTokenType)validateTarget.getToken()).getValue();
H A DSoapAMTokenValidator.java24 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
85 return (token instanceof BinarySecurityTokenType &&
86 AMSTSConstants.AM_SESSION_TOKEN_ASSERTION_BST_VALUE_TYPE.equals(((BinarySecurityTokenType)token).getValueType()));
126 if (token instanceof BinarySecurityTokenType) {
127 return ((BinarySecurityTokenType)token).getValue();
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/saml2/
H A DDefaultSaml2XmlTokenAuthnContextMapper.java20 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
201 final BinarySecurityTokenType binarySecurityTokenType = (BinarySecurityTokenType)receivedToken.getToken();
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/saml2/
H A DDefaultSaml2XmlTokenAuthnContextMapper.java20 import org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType;
201 final BinarySecurityTokenType binarySecurityTokenType = (BinarySecurityTokenType)receivedToken.getToken();
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/secext/impl/
H A DBinarySecurityTokenTypeImpl.java13 implements com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType, 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
21 return (com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType.class);
71 return (com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType.class);
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsse/impl/
H A DBinarySecurityTokenTypeImpl.java13 implements com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
21 return (com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType.class);
64 return (com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType.class);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/secext/impl/
H A DBinarySecurityTokenTypeImpl.java13 implements com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType, 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
21 return (com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType.class);
71 return (com.sun.identity.liberty.ws.common.jaxb.secext.BinarySecurityTokenType.class);
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsse/impl/
H A DBinarySecurityTokenTypeImpl.java13 implements com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
21 return (com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType.class);
64 return (com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType.class);

Completed in 95 milliseconds