Package | Description |
---|---|
org.jacorb.security.sas | |
org.omg.ATLAS | |
org.omg.CSI |
Modifier and Type | Method and Description |
---|---|
protected AuthorizationElement[] |
SASClientInterceptor.getATLASTokens(ORB orb,
CompoundSecMechList csmList) |
Modifier and Type | Method and Description |
---|---|
protected Any |
SASClientInterceptor.makeEstablishContext(ORB orb,
long client_context_id,
AuthorizationElement[] authorization_token,
IdentityToken identity_token,
byte[] client_authentication_token) |
Modifier and Type | Field and Description |
---|---|
AuthorizationElement[] |
AuthTokenData.auth_token |
Modifier and Type | Method and Description |
---|---|
AuthTokenData |
AuthTokenDispenserPOATie.translate_authorization_token(IdentityToken the_subject,
AuthorizationElement[] the_token) |
AuthTokenData |
_AuthTokenDispenserStub.translate_authorization_token(IdentityToken the_subject,
AuthorizationElement[] the_token) |
AuthTokenData |
AuthTokenDispenserOperations.translate_authorization_token(IdentityToken the_subject,
AuthorizationElement[] the_token) |
Constructor and Description |
---|
AuthTokenData(IdentityToken[] ident_token,
AuthorizationElement[] auth_token,
UtcT[] expiry_time) |
Modifier and Type | Field and Description |
---|---|
AuthorizationElement[] |
EstablishContext.authorization_token |
AuthorizationElement[] |
AuthorizationTokenHolder.value |
AuthorizationElement |
AuthorizationElementHolder.value |
Modifier and Type | Method and Description |
---|---|
static AuthorizationElement |
AuthorizationElementHelper.extract(Any any) |
static AuthorizationElement[] |
AuthorizationTokenHelper.extract(Any any) |
static AuthorizationElement |
AuthorizationElementHelper.read(InputStream in) |
static AuthorizationElement[] |
AuthorizationTokenHelper.read(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
static void |
AuthorizationElementHelper.insert(Any any,
AuthorizationElement s) |
static void |
AuthorizationTokenHelper.insert(Any any,
AuthorizationElement[] s) |
static void |
AuthorizationElementHelper.write(OutputStream out,
AuthorizationElement s) |
static void |
AuthorizationTokenHelper.write(OutputStream _out,
AuthorizationElement[] _s) |
Constructor and Description |
---|
AuthorizationElementHolder(AuthorizationElement initial) |
AuthorizationTokenHolder(AuthorizationElement[] initial) |
EstablishContext(long client_context_id,
AuthorizationElement[] authorization_token,
IdentityToken identity_token,
byte[] client_authentication_token) |