Uses of Class
org.omg.ATLAS.IllegalTokenRequest

Packages that use IllegalTokenRequest
org.omg.ATLAS   
 

Uses of IllegalTokenRequest in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as IllegalTokenRequest
 IllegalTokenRequest IllegalTokenRequestHolder.value
           
 

Methods in org.omg.ATLAS that return IllegalTokenRequest
static IllegalTokenRequest IllegalTokenRequestHelper.extract(Any any)
           
static IllegalTokenRequest IllegalTokenRequestHelper.read(InputStream in)
           
 

Methods in org.omg.ATLAS with parameters of type IllegalTokenRequest
static void IllegalTokenRequestHelper.insert(Any any, IllegalTokenRequest s)
           
static void IllegalTokenRequestHelper.write(OutputStream out, IllegalTokenRequest s)
           
 

Methods in org.omg.ATLAS that throw IllegalTokenRequest
 AuthTokenData _AuthTokenDispenserStub.get_my_authorization_token()
           
 AuthTokenData _AuthTokenDispenserStub.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 AuthTokenData AuthTokenDispenserPOATie.get_my_authorization_token()
           
 AuthTokenData AuthTokenDispenserPOATie.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 AuthTokenData AuthTokenDispenserOperations.get_my_authorization_token()
           
 AuthTokenData AuthTokenDispenserOperations.translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 

Constructors in org.omg.ATLAS with parameters of type IllegalTokenRequest
IllegalTokenRequestHolder(IllegalTokenRequest initial)