org.omg.SecurityLevel2
Interface CredentialsOperations

All Known Subinterfaces:
Credentials, ReceivedCredentials, ReceivedCredentialsOperations, TargetCredentials, TargetCredentialsOperations
All Known Implementing Classes:
_CredentialsLocalBase, _ReceivedCredentialsLocalBase, _TargetCredentialsLocalBase, CredentialsLocalTie, ReceivedCredentialsLocalTie, TargetCredentialsLocalTie

public interface CredentialsOperations

Generated from IDL interface "Credentials".

Version:
generated at Sep 22, 2012 10:58:00 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 short accepting_options_required()
           
 void accepting_options_required(short arg)
           
 short accepting_options_supported()
           
 void accepting_options_supported(short arg)
           
 AuthenticationStatus authentication_state()
           
 Credentials copy()
           
 InvocationCredentialsType credentials_type()
           
 void destroy()
           
 SecAttribute[] get_attributes(AttributeType[] attributes)
           
 boolean get_security_feature(CommunicationDirection direction, SecurityFeature feature)
           
 short invocation_options_required()
           
 void invocation_options_required(short arg)
           
 short invocation_options_supported()
           
 void invocation_options_supported(short arg)
           
 boolean is_valid(UtcTHolder expiry_time)
           
 String mechanism()
           
 boolean refresh(Any refresh_data)
           
 boolean set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 

Method Detail

copy

Credentials copy()

destroy

void destroy()

credentials_type

InvocationCredentialsType credentials_type()

authentication_state

AuthenticationStatus authentication_state()

mechanism

String mechanism()

accepting_options_supported

short accepting_options_supported()

accepting_options_supported

void accepting_options_supported(short arg)

accepting_options_required

short accepting_options_required()

accepting_options_required

void accepting_options_required(short arg)

invocation_options_supported

short invocation_options_supported()

invocation_options_supported

void invocation_options_supported(short arg)

invocation_options_required

short invocation_options_required()

invocation_options_required

void invocation_options_required(short arg)

get_security_feature

boolean get_security_feature(CommunicationDirection direction,
                             SecurityFeature feature)

set_attributes

boolean set_attributes(SecAttribute[] requested_attributes,
                       AttributeListHolder actual_attributes)

get_attributes

SecAttribute[] get_attributes(AttributeType[] attributes)

is_valid

boolean is_valid(UtcTHolder expiry_time)

refresh

boolean refresh(Any refresh_data)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.