net.jini.jeri.ssl
Class SubjectCredentials.GetAllPrivateCredentialsAction

java.lang.Object
  extended by net.jini.jeri.ssl.SubjectCredentials.GetAllPrivateCredentialsAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
SubjectCredentials

static class SubjectCredentials.GetAllPrivateCredentialsAction
extends Object
implements PrivilegedAction

A privileged action that returns all the X.500 private credentials for a subject as an X500PrivateCredential array. Assumes that the subject is non-null.


Field Summary
private  Subject subject
           
 
Constructor Summary
SubjectCredentials.GetAllPrivateCredentialsAction(Subject subject)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject

private final Subject subject
Constructor Detail

SubjectCredentials.GetAllPrivateCredentialsAction

SubjectCredentials.GetAllPrivateCredentialsAction(Subject subject)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.