Class: FindAllPrincipalNames

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/default.rb

Overview

urn:SecurityServerfindAllPrincipalNames

in0 - AuthenticatedToken

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil) ⇒ FindAllPrincipalNames

Returns a new instance of FindAllPrincipalNames.



1060
1061
1062
# File 'lib/crowd/default.rb', line 1060

def initialize(in0 = nil)
  @in0 = in0
end

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



1058
1059
1060
# File 'lib/crowd/default.rb', line 1058

def in0
  @in0
end