96件ヒット
[1-96件を表示]
(0.087秒)
ライブラリ
- openssl (12)
-
rubygems
/ specification (60) - uri (24)
クラス
-
Gem
:: Specification (60) -
OpenSSL
:: ASN1 :: ObjectId (12) -
URI
:: LDAP (24)
キーワード
-
array
_ attributes (12) - attribute (12)
-
attribute
_ defaults (12) - build (24)
- register (12)
-
required
_ attributes (12)
検索結果
先頭5件
-
Gem
:: Specification . attributes(*args) -> () (21102.0) -
複数の属性を一度に作成するために使用します。
...複数の属性を一度に作成するために使用します。
各属性のデフォルト値は nil になります。
@param args 属性名を一つ以上指定します。... -
Gem
:: Specification . array _ attributes -> Array (9118.0) -
@@array_attributes の複製を返します。
...@@array_attributes の複製を返します。
@see Object#dup... -
Gem
:: Specification . required _ attributes -> Array (9102.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
URI
:: LDAP . build(ary) -> URI :: LDAP (3119.0) -
引数で与えられた URI 構成要素から URI::LDAP オブジェクトを生成します。 引数の正当性を検査します。
...成要素から URI::LDAP オブジェクトを生成します。
引数の正当性を検査します。
@param ary 構成要素を表す配列を与えます。要素は次の順です。
//emlist{
[:host, :port, :dn, :attributes, :scope, :filter, :extensions]
//}
@param hash 構成要素......:port, :dn, :attributes, :scope, :filter, :extensions
//}
のいずれかです。
@raise URI::InvalidComponentError 各要素が適合しない場合に発生します。
例:
require 'uri'
p URI::LDAP.build(["example.com", "1", "/a", "b", "c", "d", "e=f"]).to_s
#=> "ldap:/....../example.com:1/a?b?c?d?e=f"... -
URI
:: LDAP . build(hash) -> URI :: LDAP (3119.0) -
引数で与えられた URI 構成要素から URI::LDAP オブジェクトを生成します。 引数の正当性を検査します。
...成要素から URI::LDAP オブジェクトを生成します。
引数の正当性を検査します。
@param ary 構成要素を表す配列を与えます。要素は次の順です。
//emlist{
[:host, :port, :dn, :attributes, :scope, :filter, :extensions]
//}
@param hash 構成要素......:port, :dn, :attributes, :scope, :filter, :extensions
//}
のいずれかです。
@raise URI::InvalidComponentError 各要素が適合しない場合に発生します。
例:
require 'uri'
p URI::LDAP.build(["example.com", "1", "/a", "b", "c", "d", "e=f"]).to_s
#=> "ldap:/....../example.com:1/a?b?c?d?e=f"... -
OpenSSL
:: ASN1 :: ObjectId . register(oid , short _ name , long _ name) -> true (3019.0) -
オブジェクト識別子に対応する名前(short name と long name)を OpenSSLの内部テーブルに登録します。
...)を
OpenSSLの内部テーブルに登録します。
登録した名前は OpenSSL::X509::Extension などで利用できるようになります。
例:
require "openssl"
OpenSSL::ASN1::ObjectId.register(
"2.5.29.9", "subjectDirAttrs", "X509v3 Subject Directory Attributes")
p OpenSSL......ong_name
# => "X509v3 Subject Directory Attributes"
@param oid 登録する識別子(ドット区切り数字表記の文字列)
@param short_name short nameとして登録する文字列
@param long_name long nameとして登録する文字列
@raise OpenSSL::ASN1::ASN1Error 登録に失敗し... -
Gem
:: Specification . attribute(name) -> () (3007.0) -
デフォルト値を指定したアクセサを定義するために使用します。
...フォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読... -
Gem
:: Specification . attribute _ defaults -> Array (3007.0) -
@todo
...@todo
@@attributes の複製を返します。...