HomeSort by relevance Sort by last modified time
    Searched refs:Subject (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
SubjectTest.java 21 import javax.security.auth.Subject;
37 * Tests for <code>Subject</code> class constructors and methods.
43 * javax.security.auth.Subject#Subject()
47 Subject s = new Subject();
59 new Subject(false /* readOnly */,
68 new Subject(false , new HashSet<Principal>(), null, new HashSet<Object>());
74 new Subject(false , new HashSet<Principal>(), new HashSet<Object>(), null);
81 * javax.security.auth.Subject#doAs(Subject subject, PrivilegedAction action
271 Subject subject = new Subject( local
277 Subject subject = new Subject( local
287 Subject subject = new Subject( local
297 Subject subject = new Subject(); local
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Principal.java 8 * particular file as subject to the "Classpath" exception as provided
28 import javax.security.auth.Subject;
75 * Returns true if the specified subject is implied by this principal.
78 * {@code subject} is non-null and contains at least one principal that
84 * @param subject the {@code Subject}
85 * @return true if {@code subject} is non-null and is
89 public default boolean implies(Subject subject) {
90 if (subject == null
    [all...]
AuthProvider.java 8 * particular file as subject to the "Classpath" exception as provided
28 import javax.security.auth.Subject;
43 public abstract void login(Subject subject, CallbackHandler handler)
  /libcore/ojluni/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 8 * particular file as subject to the "Classpath" exception as provided
37 public SubjectDomainCombiner(Subject subject) { }
39 public Subject getSubject() { return null; }
Subject.java 8 * particular file as subject to the "Classpath" exception as provided
45 * <p> A {@code Subject} represents a grouping of related information
47 * Such information includes the Subject's identities as well as
53 * within the {@code Subject}. Principals simply bind names to a
54 * {@code Subject}. For example, a {@code Subject} that happens
57 * to the {@code Subject}, and another which binds,
59 * to the {@code Subject}. Both Principals refer to the same
60 * {@code Subject} even though each has a different name.
62 * <p> A {@code Subject} may also own security-related attributes
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Subject.java 7 * employees are not subject to copyright protection in the United States
48 public class Subject extends SIPHeader implements SubjectHeader {
54 /** subject field
56 protected String subject; field in class:Subject
60 public Subject() {
61 super(SUBJECT);
69 if (subject != null) {
70 return subject;
77 * Sets the subject value of the SubjectHeader to the supplied string
78 * subject value
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SubjectParser.java 7 * employees are not subject to copyright protection in the United States
32 * Parser for Subject header.
45 * @param subject the header to parse
47 public SubjectParser(String subject) {
48 super(subject);
61 * @return SIPHeader (Subject object)
65 Subject subject = new Subject(); local
70 headerName(TokenTypes.SUBJECT);
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
find_replace.h 20 // Replaces the type Subject with type Replace if type Subject is the same type
22 template <typename Find, typename Replace, typename Subject>
24 typename std::conditional<IsSameBaseType<Find, Subject>::value,
25 CopyCVReferenceType<Subject, Replace>,
26 Subject>::type;
  /libcore/luni/src/test/java/libcore/java/security/
PrincipalTest.java 25 import javax.security.auth.Subject;
31 * of the subject's principals, or if the subject is null.
37 Subject subject = new Subject( local
43 assertTrue(principalA.implies(subject));
45 assertFalse(principalC.implies(subject));
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 7 @ Subject: Re: sqrt routine
19 @ Subject: Fwd: sqrt routine
  /prebuilts/go/darwin-x86/src/net/mail/
example_test.go 48 Subject: Gophers at Gophercon
63 fmt.Println("Subject:", header.Get("Subject"))
75 // Subject: Gophers at Gophercon
  /prebuilts/go/linux-x86/src/net/mail/
example_test.go 48 Subject: Gophers at Gophercon
63 fmt.Println("Subject:", header.Get("Subject"))
75 // Subject: Gophers at Gophercon
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /external/curl/tests/
stunnel.pem 69 Subject: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost
70 Subject Public Key Info:
87 X509v3 Subject Alternative Name:
99 X509v3 Subject Key Identifier:
101 Subject Information Access:
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test_import.go 30 Subject: pkix.Name{
x509_test.go 226 Subject: pkix.Name{
239 Subject: pkix.Name{
369 Subject: pkix.Name{
445 if cert.Subject.CommonName != commonName {
446 t.Errorf("%s: subject wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Subject.CommonName, commonName)
449 if len(cert.Subject.Country) != 1 || cert.Subject.Country[0] != "NL" {
454 for _, atv := range cert.Subject.Names {
537 Subject: pkix.Name
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test_import.go 30 Subject: pkix.Name{
  /external/python/cpython2/Demo/tkinter/guido/
paint.py 3 Subject: tkinter "paint" example
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0/
testutils-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta1/
testutils-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta2/
testutils-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta3/
testutils-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta4/
testutils-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.1/
testutils-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.3/
testutils-25.3.3.jar 

Completed in 1104 milliseconds

1 2 3 4 5