Searched refs:authContexts (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFSPViewBean.java110 IDFFAuthContexts authContexts = null;
112 authContexts = model.getSPAuthenticationContexts(
120 populateAuthenticationContext(authContexts);
124 private void populateAuthenticationContext(IDFFAuthContexts authContexts) { argument
131 populateAuthenticationContext(name, authContexts, i);
137 IDFFAuthContexts authContexts,
150 if (authContexts != null) {
151 c = authContexts.get(name);
227 IDFFAuthContexts authContexts = new IDFFAuthContexts();
237 authContexts
135 populateAuthenticationContext( String name, IDFFAuthContexts authContexts, int index) argument
[all...]
H A DIDFFIDPViewBean.java117 IDFFAuthContexts authContexts = null;
119 authContexts = model.getIDPAuthenticationContexts(
127 populateAuthenticationContext(authContexts);
131 private void populateAuthenticationContext(IDFFAuthContexts authContexts) { argument
139 populateAuthenticationContext(name, authContexts, i);
145 IDFFAuthContexts authContexts,
158 if (authContexts != null) {
159 c = authContexts.get(name);
242 IDFFAuthContexts authContexts = new IDFFAuthContexts();
256 authContexts
143 populateAuthenticationContext( String name, IDFFAuthContexts authContexts, int index) argument
[all...]
H A DSAMLv2Base.java142 * For the given set of authContexts read from the extended metadata, populate the table and dropdown menu
143 * @param authContexts The set of SAMLv2AuthContexts read from the extended metadata
147 protected void populateAuthenticationContext(SAMLv2AuthContexts authContexts, argument
161 Map<String, SAMLv2AuthContexts.SAMLv2AuthContext> contexts = authContexts.getCollections();
174 populateAuthenticationContext(name, authContexts, i++, tblAuthContextsModel, dropdownContextRef);
178 private void populateAuthenticationContext(String name, SAMLv2AuthContexts authContexts, int index, argument
189 if (authContexts != null) {
190 authContextObj = authContexts.get(name);
H A DSAMLv2IDPAssertionContentViewBean.java94 SAMLv2AuthContexts authContexts = null;
96 authContexts = model.getIDPAuthenticationContexts(
103 populateAuthenticationContext(authContexts, tblAuthContextsModel,
150 SAMLv2AuthContexts authContexts = new SAMLv2AuthContexts();
169 authContexts.put(name, supported, key, value, level, isDefault);
171 return authContexts;
H A DSAMLv2SPAssertionContentViewBean.java97 SAMLv2AuthContexts authContexts = null;
99 authContexts = model.getSPAuthenticationContexts(
106 populateAuthenticationContext(authContexts, tblAuthContextsModel,
148 SAMLv2AuthContexts authContexts = new SAMLv2AuthContexts();
164 authContexts.put(name, supported, level, isDefault);
166 return authContexts;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFSPViewBean.java110 IDFFAuthContexts authContexts = null;
112 authContexts = model.getSPAuthenticationContexts(
120 populateAuthenticationContext(authContexts);
124 private void populateAuthenticationContext(IDFFAuthContexts authContexts) { argument
131 populateAuthenticationContext(name, authContexts, i);
137 IDFFAuthContexts authContexts,
150 if (authContexts != null) {
151 c = authContexts.get(name);
227 IDFFAuthContexts authContexts = new IDFFAuthContexts();
237 authContexts
135 populateAuthenticationContext( String name, IDFFAuthContexts authContexts, int index) argument
[all...]
H A DIDFFIDPViewBean.java117 IDFFAuthContexts authContexts = null;
119 authContexts = model.getIDPAuthenticationContexts(
127 populateAuthenticationContext(authContexts);
131 private void populateAuthenticationContext(IDFFAuthContexts authContexts) { argument
139 populateAuthenticationContext(name, authContexts, i);
145 IDFFAuthContexts authContexts,
158 if (authContexts != null) {
159 c = authContexts.get(name);
242 IDFFAuthContexts authContexts = new IDFFAuthContexts();
256 authContexts
143 populateAuthenticationContext( String name, IDFFAuthContexts authContexts, int index) argument
[all...]
H A DSAMLv2Base.java142 * For the given set of authContexts read from the extended metadata, populate the table and dropdown menu
143 * @param authContexts The set of SAMLv2AuthContexts read from the extended metadata
147 protected void populateAuthenticationContext(SAMLv2AuthContexts authContexts, argument
161 Map<String, SAMLv2AuthContexts.SAMLv2AuthContext> contexts = authContexts.getCollections();
174 populateAuthenticationContext(name, authContexts, i++, tblAuthContextsModel, dropdownContextRef);
178 private void populateAuthenticationContext(String name, SAMLv2AuthContexts authContexts, int index, argument
189 if (authContexts != null) {
190 authContextObj = authContexts.get(name);
H A DSAMLv2IDPAssertionContentViewBean.java94 SAMLv2AuthContexts authContexts = null;
96 authContexts = model.getIDPAuthenticationContexts(
103 populateAuthenticationContext(authContexts, tblAuthContextsModel,
150 SAMLv2AuthContexts authContexts = new SAMLv2AuthContexts();
169 authContexts.put(name, supported, key, value, level, isDefault);
171 return authContexts;
H A DSAMLv2SPAssertionContentViewBean.java97 SAMLv2AuthContexts authContexts = null;
99 authContexts = model.getSPAuthenticationContexts(
106 populateAuthenticationContext(authContexts, tblAuthContextsModel,
148 SAMLv2AuthContexts authContexts = new SAMLv2AuthContexts();
164 authContexts.put(name, supported, level, isDefault);
166 return authContexts;

Completed in 48 milliseconds