Searched defs:subject (Results 251 - 275 of 517) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEMailMessage.java4 * The contents of this file are subject to the terms of the
99 // The subject for the mail message.
100 private String subject; field in class:EMailMessage
112 * @param subject The subject to use for the message.
114 public EMailMessage(String sender, String recipient, String subject) argument
117 this.subject = subject;
134 * @param subject The subject t
136 EMailMessage(String sender, List<String> recipients, String subject) argument
228 setSubject(String subject) argument
[all...]
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java4 * The contents of this file are subject to the terms of the
70 private Subject subject = null; field in class:SNMPMonitor
94 this.subject = new Subject();
95 this.subject.getPrincipals().add(new OpendsJmxPrincipal("cn=anonymous"));
98 this.subject.getPrivateCredentials().add(new Credential(clientConnection));
258 return Subject.doAs(this.subject, new PrivilegedAction() {
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEMailMessage.java4 * The contents of this file are subject to the terms of the
98 // The subject for the mail message.
99 private String subject; field in class:EMailMessage
111 * @param subject The subject to use for the message.
113 public EMailMessage(String sender, String recipient, String subject) argument
116 this.subject = subject;
133 * @param subject The subject t
135 EMailMessage(String sender, List<String> recipients, String subject) argument
227 setSubject(String subject) argument
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java4 * The contents of this file are subject to the terms of the
69 private Subject subject = null; field in class:SNMPMonitor
93 this.subject = new Subject();
94 this.subject.getPrincipals().add(new OpendsJmxPrincipal("cn=anonymous"));
97 this.subject.getPrivateCredentials().add(new Credential(clientConnection));
257 return Subject.doAs(this.subject, new PrivilegedAction() {
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEMailMessage.java4 * The contents of this file are subject to the terms of the
99 // The subject for the mail message.
100 private String subject; field in class:EMailMessage
112 * @param subject The subject to use for the message.
114 public EMailMessage(String sender, String recipient, String subject) argument
117 this.subject = subject;
134 * @param subject The subject t
136 EMailMessage(String sender, List<String> recipients, String subject) argument
228 setSubject(String subject) argument
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java4 * The contents of this file are subject to the terms of the
70 private Subject subject = null; field in class:SNMPMonitor
94 this.subject = new Subject();
95 this.subject.getPrincipals().add(new OpendsJmxPrincipal("cn=anonymous"));
98 this.subject.getPrivateCredentials().add(new Credential(clientConnection));
258 return Subject.doAs(this.subject, new PrivilegedAction() {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEMailMessage.java4 * The contents of this file are subject to the terms of the
99 // The subject for the mail message.
100 private String subject; field in class:EMailMessage
112 * @param subject The subject to use for the message.
114 public EMailMessage(String sender, String recipient, String subject) argument
117 this.subject = subject;
134 * @param subject The subject t
136 EMailMessage(String sender, List<String> recipients, String subject) argument
228 setSubject(String subject) argument
[all...]
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java4 * The contents of this file are subject to the terms of the
70 private Subject subject = null; field in class:SNMPMonitor
94 this.subject = new Subject();
95 this.subject.getPrincipals().add(new OpendsJmxPrincipal("cn=anonymous"));
98 this.subject.getPrivateCredentials().add(new Credential(clientConnection));
258 return Subject.doAs(this.subject, new PrivilegedAction() {
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEMailMessage.java4 * The contents of this file are subject to the terms of the
98 // The subject for the mail message.
99 private String subject; field in class:EMailMessage
111 * @param subject The subject to use for the message.
113 public EMailMessage(String sender, String recipient, String subject) argument
116 this.subject = subject;
133 * @param subject The subject t
135 EMailMessage(String sender, List<String> recipients, String subject) argument
227 setSubject(String subject) argument
[all...]
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java4 * The contents of this file are subject to the terms of the
69 private Subject subject = null; field in class:SNMPMonitor
93 this.subject = new Subject();
94 this.subject.getPrincipals().add(new OpendsJmxPrincipal("cn=anonymous"));
97 this.subject.getPrivateCredentials().add(new Credential(clientConnection));
257 return Subject.doAs(this.subject, new PrivilegedAction() {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginContext.java6 * The contents of this file are subject to the terms
45 private AuthSubject subject; field in class:LoginContext
78 subject = new AuthSubject();
82 protected LoginContext(String name, AuthSubject subject, argument
85 this.subject = subject;
90 return (subject);
124 module.initialize(subject, cbHandler, sharedState, map);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DLocalLdapAuthModule.java6 * The contents of this file are subject to the terms
89 private AuthSubject subject; field in class:LocalLdapAuthModule
101 public void initialize(AuthSubject subject, CallbackHandler handle, argument
103 this.subject = subject;
162 Set principals = subject.getPrincipals();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotSubject.java6 * The contents of this file are subject to the terms
53 * we don't indicate via JSON schema exposed that we take multiple subject types.
79 * @param pSubjectName subject name as used in OpenAM policy,
132 * @param subject EntitlementSubject who is under evaluation.
142 Subject subject,
150 SubjectDecision d = eSubject.evaluate(realm, mgr, subject,
202 * @param pSubjectName subject name as used in OpenAM policy,
213 * @return subject name as used in OpenAM policy,
335 * Returns <code>true</code> is this subject is an identity object.
337 * @return <code>true</code> is this subject i
139 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment ) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOPrivilege.java6 * The contents of this file are subject to the terms
87 final Subject subject,
105 adminSubject, realm, subject, applicationName,
111 applicationName, normalisedResourceName, subject);
126 Subject adminSubject, String realm, Subject subject, String applicationName,
138 // First evaluate subject conditions.
139 SubjectDecision subjectDecision = doesSubjectMatch(adminSubject, realm, subject, resourceName, environment);
149 ConditionDecision conditionDecision = doesConditionMatch(realm, subject, resourceName, environment);
161 adminSubject, realm, subject, applicationName, resourceName, actionNames, environment, recursive);
168 Map<String, Set<String>> attributes = getAttributes(adminSubject, realm, subject, resourceNam
84 evaluate( final Subject adminSubject, final String realm, final Subject subject, final String applicationName, final String normalisedResourceName, final String requestedResourceName, final Set<String> actionNames, final Map<String, Set<String>> environment, final boolean recursive, final Object context ) argument
125 internalEvaluate( Subject adminSubject, String realm, Subject subject, String applicationName, String resourceName, Set<String> actionNames, Map<String, Set<String>> environment, boolean recursive) argument
[all...]
H A DPolicyResponseProvider.java6 * The contents of this file are subject to the terms
137 * @param subject The user who is subject to the policy eval
143 public Map<String, Set<String>> evaluate(Subject adminSubject, String realm, Subject subject, String resourceName, Map<String, Set<String>> environment) throws EntitlementException { argument
146 SSOToken token = (subject != null) ? getSSOToken(subject) : null;
236 private static SSOToken getSSOToken(Subject subject) { argument
237 Set privateCred = subject.getPrivateCredentials();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectTypeManager.java6 * The contents of this file are subject to the terms
108 * Returns a set of all valid subject type names defined by the policy
112 * @return a set of all valid subject type names defined by the policy
124 * Returns a set of valid subject type names configured for the
128 * @return a set of valid subject type names configured for the
152 * @param subject <code>Subject</code> for which this method will
159 public String getSubjectTypeName(Subject subject) { argument
160 return (subjectTypeName(subject));
166 * subject type.
168 * @param subjectType subject typ
255 addSubject(String subjectName, Subject subject) argument
282 addSubject(String subjectName, Subject subject, boolean exclusive) argument
387 replaceSubject(String subjectName, Subject subject) argument
415 replaceSubject(String subjectName, Subject subject, boolean exclusive) argument
538 subjectTypeName(Subject subject) argument
565 getViewBeanURL(Subject subject) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/jaas/
H A DISPermission.java6 * The contents of this file are subject to the terms
91 private Subject subject; field in class:ISPermission
122 * @param subject <code>Subject</code> for which this
127 public ISPermission(Subject subject,CodeSource codesource) { argument
130 debug.message("ISPermission(subject,codesource) constructor "
133 this.subject = subject;
318 * subject of this permission.
322 return subject;
351 * @return true if subject, <cod
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java2 * The contents of this file are subject to the terms of the Common Development and
41 * Provides methods for discovering and loading entitlements conditions and subject implementations. Builds upon the
42 * standard Java {@link ServiceLoader} mechanism to allow additional entitlement condition and subject implementations
80 // Register standard logical condition and subject types.
194 * Registers an entitlement subject type with the given short name (used in RESTful API calls and in the UI).
195 * Note: short names must be unique across all subject types.
197 * @param name the short name of the subject type.
198 * @param type the subject type to register.
206 * Registers an entitlement subject type using a short name generated from the type name. The short name is
207 * generated as the simple name of the class minus any {@code Subject} suffix. For example, a subject
286 getSubjectName(EntitlementSubject subject) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DPolicyMonitorImpl.java2 * The contents of this file are subject to the terms of the Common Development and
90 final String resourceName, final Subject subject, final PolicyMonitoringType monitoringType) {
97 subtreeEvaluationTimingStore.addTiming(duration, realm, applicationName, resourceName, subject);
110 selfEvaluationTimingStore.addTiming(duration, realm, applicationName, resourceName, subject);
124 final String applicationName, final String resourceName, final Subject subject) {
129 internalEvaluationTimingStore.addTiming(policyName, duration, realm, applicationName, resourceName, subject);
89 addEvaluation(final long duration, final String realm, final String applicationName, final String resourceName, final Subject subject, final PolicyMonitoringType monitoringType) argument
123 addEvaluation(final String policyName, final long duration, final String realm, final String applicationName, final String resourceName, final Subject subject) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DResourceAccessStatement.java6 * The contents of this file are subject to the terms
114 "Statement:should only contain one subject");
196 // check if the subject is null
200 "contain one subject.");
212 * @param subject <code>Subject</code> object.
213 * @throws SAMLException if subject is null.
216 Subject subject) throws SAMLException {
217 // check if the subject is null
218 if (subject == null) {
221 " contain one subject
215 ResourceAccessStatement(String resourceID, Subject subject) argument
241 ResourceAccessStatement(String resourceID, ProxySubject proxySubject, Subject subject) argument
269 ResourceAccessStatement(String resourceID, ProxySubject proxySubject, SessionContext sessionContext, Subject subject) argument
302 ResourceAccessStatement(ResourceID resourceID, ProxySubject proxySubject, SessionContext sessionContext, Subject subject) argument
334 ResourceAccessStatement(EncryptedResourceID encryptedResourceID, ProxySubject proxySubject, SessionContext sessionContext, Subject subject) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java6 * The contents of this file are subject to the terms
93 * @param subject Subject that may be used to populate the authenticated
102 public Object validateRequest(SOAPMessage soapMessage,Subject subject, argument
135 req, subject, sharedData, httpRequest);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java6 * The contents of this file are subject to the terms
45 * statement by the issuer that its subject was authenticated by a
161 "Statement:should only contain one subject");
213 // check if the subject is null
218 "contain one subject.");
232 * @param subject (required) A Subject object
236 Subject subject) throws SAMLException {
240 // check if the subject is null
241 if (subject == null) {
244 "AuthenticationStatement:missing the subject
235 AuthenticationStatement(String authMethod, Date authInstant, Subject subject) argument
265 AuthenticationStatement(String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) argument
[all...]
H A DAuthorizationDecisionStatementBase.java6 * The contents of this file are subject to the terms
42 * by the issuer that the request for access by the specified subject to the
234 " should only contain one subject");
274 // check if the subject is null
278 + " should contain exactly one subject.");
297 * @param subject (required) A Subject object
309 public AuthorizationDecisionStatementBase(Subject subject, String resource, argument
312 // check if the subject is null
313 if (subject == null) {
317 "missing the subject
385 AuthorizationDecisionStatementBase(Subject subject, String resource, int decision, List action) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java6 * The contents of this file are subject to the terms
56 * @param subject the new <code>Subject</code> object.
60 public void setSubject(Subject subject) throws SAML2Exception; argument
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DResourceBase.java6 * The contents of this file are subject to the terms of the Common
87 protected Subject toSubject(String subject) { argument
88 return (subject == null) ? null :
89 toSubject(new AuthSPrincipal(subject));

Completed in 126 milliseconds

<<11121314151617181920>>