public final class SAS_ContextSec extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
ServiceConfiguration[] |
privilege_authorities |
int |
supported_identity_types |
byte[][] |
supported_naming_mechanisms |
short |
target_requires |
short |
target_supports |
Constructor and Description |
---|
SAS_ContextSec() |
SAS_ContextSec(short _target_supports,
short _target_requires,
ServiceConfiguration[] _privilege_authorities,
byte[][] _supported_naming_mechanisms,
int _supported_identity_types) |
public short target_supports
public short target_requires
public ServiceConfiguration[] privilege_authorities
public byte[][] supported_naming_mechanisms
public int supported_identity_types
public SAS_ContextSec()
public SAS_ContextSec(short _target_supports, short _target_requires, ServiceConfiguration[] _privilege_authorities, byte[][] _supported_naming_mechanisms, int _supported_identity_types)
Copyright © 2016 JBoss by Red Hat. All rights reserved.