Searched defs:moduleIndicatorKey (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPAuthenticationContextInfo.java48 private String moduleIndicatorKey = null; field in class:FSIDPAuthenticationContextInfo
86 moduleIndicatorKey = value;
105 moduleIndicatorKey == null ||
117 * @param moduleIndicatorKey module indicator key.
124 String moduleIndicatorKey,
131 setModuleIndicatorKey(moduleIndicatorKey);
139 * @param moduleIndicatorKey module indicator key.
147 String moduleIndicatorKey,
154 setModuleIndicatorKey(moduleIndicatorKey);
230 return moduleIndicatorKey;
122 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, int level ) argument
145 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, String level ) argument
238 setModuleIndicatorKey(String moduleIndicatorKey) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPAuthenticationContextInfo.java48 private String moduleIndicatorKey = null; field in class:FSIDPAuthenticationContextInfo
86 moduleIndicatorKey = value;
105 moduleIndicatorKey == null ||
117 * @param moduleIndicatorKey module indicator key.
124 String moduleIndicatorKey,
131 setModuleIndicatorKey(moduleIndicatorKey);
139 * @param moduleIndicatorKey module indicator key.
147 String moduleIndicatorKey,
154 setModuleIndicatorKey(moduleIndicatorKey);
230 return moduleIndicatorKey;
122 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, int level ) argument
145 FSIDPAuthenticationContextInfo( String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, String level ) argument
238 setModuleIndicatorKey(String moduleIndicatorKey) argument
[all...]

Completed in 21 milliseconds