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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSSOServerRealmInfo.java38 Map<String, String> authModules; field in class:SSOServerRealmInfo
45 authModules = asib.authModules;
50 Map<String, String> authModules; field in class:SSOServerRealmInfo.SSOServerRealmInfoBuilder
56 public SSOServerRealmInfoBuilder authModules (Map<String, String> authMods) { method in class:SSOServerRealmInfo.SSOServerRealmInfoBuilder
57 authModules = authMods;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSSOServerRealmInfo.java38 Map<String, String> authModules; field in class:SSOServerRealmInfo
45 authModules = asib.authModules;
50 Map<String, String> authModules; field in class:SSOServerRealmInfo.SSOServerRealmInfoBuilder
56 public SSOServerRealmInfoBuilder authModules (Map<String, String> authMods) { method in class:SSOServerRealmInfo.SSOServerRealmInfoBuilder
57 authModules = authMods;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/tree/
H A DSmsRouteTreeBuilder.java69 public static SmsRouteTree tree(Map<MatchingResourcePath, CrestAuthorizationModule> authModules, argument
73 SmsRouteTree tree = new SmsRouteTree(authModules, defaultAuthModule, true, router, null, empty(),
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMRefreshToken.java61 * @param authModules The pipe-separated list of auth modules.
67 String authModules, String acr, String auditId) {
69 authModules, acr);
65 OpenAMRefreshToken(String id, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, String tokenType, String tokenName, String grantType, String realm, String authModules, String acr, String auditId) argument
H A DOpenAMAuthorizationCode.java62 * @param authModules The list of auth modules used.
65 String claims, long expiryTime, String nonce, String realm, String authModules, String acr,
67 super(code, resourceOwnerId, clientId, redirectUri, scope, expiryTime, nonce, authModules, acr, codeChallenge, codeChallengeMethod);
64 OpenAMAuthorizationCode(String code, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, String claims, long expiryTime, String nonce, String realm, String authModules, String acr, String ssoTokenId, String codeChallenge, String codeChallengeMethod) argument
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCode.java59 Set<String> scope, long expiryTime, String nonce, String authModules, String acr, String codeChallenge,
71 setAuthModules(authModules);
133 * @param authModules The auth modules string.
135 protected void setAuthModules(String authModules) { argument
136 setStringProperty(OAuth2Constants.CoreTokenParams.AUTH_MODULES, authModules);
58 AuthorizationCode(String code, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, String nonce, String authModules, String acr, String codeChallenge, String codeChallengeMethod) argument
H A DRefreshToken.java61 long expiryTime, String tokenType, String tokenName, String grantType, String authModules,
73 setAuthModules(authModules);
160 * @param authModules A pipe-delimited string of auth module names.
162 public final void setAuthModules(String authModules) { argument
163 setStringProperty(OAuth2Constants.CoreTokenParams.AUTH_MODULES, authModules);
60 RefreshToken(String id, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, String tokenType, String tokenName, String grantType, String authModules, String acr) argument
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsRouteTree.java69 static SmsRouteTree tree(Map<MatchingResourcePath, CrestAuthorizationModule> authModules, argument
73 SmsRouteTree tree = new SmsRouteTree(authModules, defaultAuthModule, true, router, null, ResourcePath.empty());
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCode.java76 String claims, long expiryTime, String nonce, String realm, String authModules, String acr,
88 setStringProperty(AUTH_MODULES, authModules);
75 AuthorizationCode(String code, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, String claims, long expiryTime, String nonce, String realm, String authModules, String acr, String ssoTokenId, String codeChallenge, String codeChallengeMethod, String authGrantId, String auditId) argument
H A DStatefulRefreshToken.java76 * @param authModules The pipe-separated list of auth modules.
83 String authModules, String acr, String auditId, String authGrantId) {
85 authModules, acr, auditId, authGrantId, TimeUnit.MILLISECONDS.toSeconds(currentTimeMillis()));
101 * @param authModules The pipe-separated list of auth modules.
109 String authModules, String acr, String auditId, String authGrantId, long authTime) {
121 setAuthModules(authModules);
212 * @param authModules A pipe-delimited string of auth module names.
214 protected void setAuthModules(String authModules) { argument
215 setStringProperty(AUTH_MODULES, authModules);
81 StatefulRefreshToken(String id, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, String tokenType, String tokenName, String grantType, String realm, String authModules, String acr, String auditId, String authGrantId) argument
107 StatefulRefreshToken(String id, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, String tokenType, String tokenName, String grantType, String realm, String authModules, String acr, String auditId, String authGrantId, long authTime) argument

Completed in 47 milliseconds