Searched refs:typeCode (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeType.java250 private final int typeCode; field in class:AttributeType
254 * @param typeCode
256 AttributeType(int typeCode) { argument
257 this.typeCode = typeCode;
270 atts.put(att.typeCode, att);
276 * @param typeCode the type code for this attribute type
279 public static final AttributeType getType(int typeCode) { argument
280 return atts.get(typeCode);
289 return typeCode;
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeType.java250 private final int typeCode; field in class:AttributeType
254 * @param typeCode
256 AttributeType(int typeCode) { argument
257 this.typeCode = typeCode;
270 atts.put(att.typeCode, att);
276 * @param typeCode the type code for this attribute type
279 public static final AttributeType getType(int typeCode) { argument
280 return atts.get(typeCode);
289 return typeCode;
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java54 protected byte[] typeCode = null; field in class:AssertionArtifact
110 typeCode = ARTIFACT_1_TYPE_CODE;
183 typeCode = ARTIFACT_1_TYPE_CODE;
214 * Gets the <code>typeCode</code> of the artifact.
218 return typeCode;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java54 protected byte[] typeCode = null; field in class:AssertionArtifact
110 typeCode = ARTIFACT_1_TYPE_CODE;
183 typeCode = ARTIFACT_1_TYPE_CODE;
214 * Gets the <code>typeCode</code> of the artifact.
218 return typeCode;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java119 typeCode = ARTIFACT_1_TYPE_CODE;
170 typeCode = ARTIFACT_1_TYPE_CODE;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java119 typeCode = ARTIFACT_1_TYPE_CODE;
170 typeCode = ARTIFACT_1_TYPE_CODE;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java63 private byte[] typeCode = null; field in class:ArtifactImpl
143 typeCode = ARTIFACT_4_TYPE_CODE;
222 typeCode = ARTIFACT_4_TYPE_CODE;
313 return typeCode;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java63 private byte[] typeCode = null; field in class:ArtifactImpl
143 typeCode = ARTIFACT_4_TYPE_CODE;
222 typeCode = ARTIFACT_4_TYPE_CODE;
313 return typeCode;

Completed in 63 milliseconds