Searched defs:infoKey (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogInfo.java45 public String infoKey; field in class:LogInfo
61 infoKey = ((InfoKey)elems.elementAt(0)).str;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogInfo.java45 public String infoKey; field in class:LogInfo
61 infoKey = ((InfoKey)elems.elementAt(0)).str;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfoKey.java141 public static NameIDInfoKey parse(String infoKey) throws SAML2Exception { argument
143 if(infoKey == null) {
148 StringTokenizer st = new StringTokenizer(infoKey, DELIM);
H A DAccountUtils.java166 NameIDInfoKey infoKey = new NameIDInfoKey(info.getNameIDValue(),
172 "infoKey to be set:" + infoKey.toValueString());
190 map.putAll(convertToAttributes(info, infoKey));
220 set2.add(infoKey.toValueString());
242 * @param infoKey The NameIDInfoKey.
246 public static Map<String, Set<String>> convertToAttributes(NameIDInfo info, NameIDInfoKey infoKey) argument
249 if (infoKey == null) {
250 infoKey = new NameIDInfoKey(info.getNameIDValue(), info.getHostEntityID(), info.getRemoteEntityID());
253 ret.put(getNameIDInfoKeyAttribute(), Collections.singleton(infoKey
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfoKey.java141 public static NameIDInfoKey parse(String infoKey) throws SAML2Exception { argument
143 if(infoKey == null) {
148 StringTokenizer st = new StringTokenizer(infoKey, DELIM);
H A DAccountUtils.java166 NameIDInfoKey infoKey = new NameIDInfoKey(info.getNameIDValue(),
172 "infoKey to be set:" + infoKey.toValueString());
190 map.putAll(convertToAttributes(info, infoKey));
220 set2.add(infoKey.toValueString());
242 * @param infoKey The NameIDInfoKey.
246 public static Map<String, Set<String>> convertToAttributes(NameIDInfo info, NameIDInfoKey infoKey) argument
249 if (infoKey == null) {
250 infoKey = new NameIDInfoKey(info.getNameIDValue(), info.getHostEntityID(), info.getRemoteEntityID());
253 ret.put(getNameIDInfoKeyAttribute(), Collections.singleton(infoKey
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java2093 Object session, String infoKey) throws SessionException {
2112 debug.message(method+"InfoKey need to delete : " + infoKey);
2122 if (infoKey.equals(tmpInfoKey)) {
2092 removeInfoKeyFromSession( Object session, String infoKey) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java2095 Object session, String infoKey) throws SessionException {
2114 debug.message(method+"InfoKey need to delete : " + infoKey);
2124 if (infoKey.equals(tmpInfoKey)) {
2094 removeInfoKeyFromSession( Object session, String infoKey) argument
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...

Completed in 76 milliseconds